Color Hex Logo

#ddceae Color Hex

#DDCEAE
(221,206,174)
0 Favorites   0 Comments

Color spaces of #ddceae

RGB 221206174
HSL0.110.410.77
HSV41°21°87°
CMYK 0.000.070.21   0.13
XYZ59.530162.570848.9842
Yxy62.57080.34800.3657
Hunter Lab79.1017-4.093018.6555
CIE-Lab83.21600.140017.8140

#ddceae color RGB value is (221,206,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10101110
Octal 335 316 256
Decimal 221 206 174
Hex DD CE AE

RGB Percentages of Color #ddceae

%36.77
%34.28
%28.95

CMYK Percentages of Color #ddceae

%0
%7
%21
%13

Triadic Colors of #ddceae

#ddceae #aeddce #ceaedd

Analogous Colors of #ddceae

#ddceae #d5ddae #ddb7ae

Monochromatic Colors of #ddceae

#ddceae

Complementary Color

#ddceae #aebddd

#ddceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddceae Color CSS Codes

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

#ddceae Text Font Color

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

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


#ddceae Background Color

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

This div background color is #ddceae


#ddceae Border Color

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

This div border color is #ddceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddceae


Comments

No comments written yet.

Please login to write comment.