Shades of Coconut Cream #DDDAB5
Tints of Coconut Cream #DDDAB5
RGB
CMYK
RGB Variations
Color information
#DDDAB5 (or 0xDDDAB5) is known color: 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
| RGB | 221 | 218 | 181 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.13 |
| HSL | 55.5º | 0.37% | 0.79% | - |
| HSV(B) | 55.5º | 0.18% | 0.87% | - |
| XYZ | 63.23 | 68.85 | 53.67 | - |
| YUV | 214.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 181 | 0 | 0.01 | 0.18 | 0.13 | 55.5 | 0.37 | 0.79 |
| Hex | DD | DA | B5 | 0 | 1 | 12 | D | 38 | 25 | 4F |
| Octal | 335 | 332 | 265 | 0 | 1 | 22 | 15 | 70 | 45 | 117 |
| Binary | 11011101 | 11011010 | 10110101 | 0 | 1 | 10010 | 1101 | 111000 | 100101 | 1001111 |
Color Harmonies of #DDDAB5
Complementary color
Monochromatic Colors of #DDDAB5
Black with #DDDAB5
Text Example
Text Example
White with #DDDAB5
Text Example
Text Example
HTML Codes & Css Web 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>