color codes Logo

#ddceb0 color codes

#DDCEB0
(221,206,176)
0 Favorites   0 Comments

Color spaces of #ddceb0

RGB 221206176
HSL0.110.400.78
HSV40°20°87°
CMYK 0.000.070.20   0.13
XYZ59.726662.649450.0189
Yxy62.64940.34650.3634
Hunter Lab79.1514-3.821117.9383
CIE-Lab83.25760.431216.8140

#ddceb0 color RGB value is (221,206,176).

#ddceb0 hex color red value is 221, green value is 206 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ddceb0 hue: 0.11 , saturation: 0.40 and the lightness value of ddceb0 is 0.78.

The process color (four color CMYK) of #ddceb0 color code is 0.00, 0.07, 0.20, 0.13. Web safe color of #ddceb0 is #cccc99. Color #ddceb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10110000
Octal 335 316 260
Decimal 221 206 176
Hex DD CE B0

RGB Percentages of Color #ddceb0

%36.65
%34.16
%29.19

CMYK Percentages of Color #ddceb0

%0
%7
%20
%13

Triadic Colors of #ddceb0

#ddceb0 #b0ddce #ceb0dd

Analogous Colors of #ddceb0

#ddceb0 #d6ddb0 #ddb8b0

Monochromatic Colors of #ddceb0

#ddceb0

Complementary Color

#ddceb0 #b0bfdd

#ddceb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddceb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddceb0 Color CSS Codes

.mybgcolor {background-color:#ddceb0; } 
.myforecolor {color:#ddceb0; }
.mybordercolor {border:3px solid #ddceb0; }

#ddceb0 Text Font Color

<p style="color:#ddceb0">Text here</p>

This sample text font color is #ddceb0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddceb0 Background Color

<div style="background-color:#ddceb0">
Div content here</div>

This div background color is #ddceb0


#ddceb0 Border Color

<div style="border:3px solid #ddceb0">
Div here</div>

This div border color is #ddceb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,206,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddceb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddceb0;
  -webkit-box-shadow: 1px 1px 3px 2px #ddceb0;
  box-shadow:         1px 1px 3px 2px #ddceb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,206,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddceb0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddceb0;
  -webkit-box-shadow: 1px 1px 3px 2px #ddceb0;
  box-shadow:         1px 1px 3px 2px #ddceb0;">
Div content here</div>

This div box has shadow with color #ddceb0


Comments

No comments written yet.

Please login to write comment.