Color Hex Logo

#ddcead Color Hex

#DDCEAD
(221,206,173)
0 Favorites   0 Comments

Color spaces of #ddcead

RGB 221206173
HSL0.110.410.77
HSV41°22°87°
CMYK 0.000.070.22   0.13
XYZ59.432962.531948.4726
Yxy62.53190.34870.3669
Hunter Lab79.0771-4.227619.0105
CIE-Lab83.1955-0.004318.3139

#ddcead color RGB value is (221,206,173).

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

The process color (four color CMYK) of #ddcead color hex is 0.00, 0.07, 0.22, 0.13. Web safe color of #ddcead is #cccc99. Color #ddcead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10101101
Octal 335 316 255
Decimal 221 206 173
Hex DD CE AD

RGB Percentages of Color #ddcead

%36.83
%34.33
%28.83

CMYK Percentages of Color #ddcead

%0
%7
%22
%13

Triadic Colors of #ddcead

#ddcead #adddce #ceaddd

Analogous Colors of #ddcead

#ddcead #d4ddad #ddb6ad

Monochromatic Colors of #ddcead

#ddcead

Complementary Color

#ddcead #adbcdd

#ddcead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcead Color CSS Codes

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

#ddcead Text Font Color

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

This sample text font color is #ddcead
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.


#ddcead Background Color

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

This div background color is #ddcead


#ddcead Border Color

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

This div border color is #ddcead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcead


Comments

No comments written yet.

Please login to write comment.