#DDDAB5

Color #DDDAB5 Coconut Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coconut Cream #DDDAB5

Tints of Coconut Cream #DDDAB5

Color information

#DDDAB5 (or 0xDDDAB5) is unknown color: approx Coconut Cream. HEX triplet: DD, DA and B5. RGB value is (221,218,181). Sum of RGB (Red+Green+Blue) = 221+218+181=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAB5 is #22254A. Grayscale: #D6D6D6. Windows color (decimal): -2237771 or 11918045. OLE color: 11918045.

HSL color Cylindrical-coordinate representation of color #DDDAB5: hue angle of 55.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDDAB5 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221218181-
CMYK00.010.180.13
HSL55.5º37.04%78.82%-
HSV(B)55.5º18.1%86.67%-
XYZ63.2368.8553.67-
YUV214.68108.99132.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 181 (71.09% from 255) = 29.19%
R=35.65%
G=35.16%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121818100.010.180.1355.537.0478.82
HexDDDAB50112D38254f
Octal3353322650122157045117
Binary110111011101101010110101011001011011110001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAB5; }

 p { color: rgb(221,218,181); }

 H1.HeaderClassName
 {
   color: #DDDAB5;
 }
 .AnyTagClassName
 {
   color: #DDDAB5;
 }
</style>
background-color css

<style>
 a { background-color: #DDDAB5; }

 a { background-color: rgb(221,218,181); }

 div.DivClassName
 {
   background-color: #DDDAB5;
 }
 .BgClassName
 {
   background-color: #DDDAB5;
 }
</style>
border-color css

<style>
 span { border-color: #DDDAB5; }

 span { border-color: rgb(221,218,181); }

 td.TdClassName
 {
   border-color: #DDDAB5;
 }
 .TagClassName
 {
   border-color: #DDDAB5;
 }
</style>