Shades of Coconut Cream #DDD8BD
Tints of Coconut Cream #DDD8BD
RGB
CMYK
RGB Variations
Color information
#DDD8BD (or 0xDDD8BD) is known color: Coconut Cream. HEX triplet: DD, D8 and BD. RGB value is (221,216,189). Sum of RGB (Red+Green+Blue) = 221+216+189=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8BD is #222742. Grayscale: #D6D6D6. Windows color (decimal): -2238275 or 12441821. OLE color: 12441821.
HSL color Cylindrical-coordinate representation of color #DDD8BD: hue angle of 50.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD8BD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 189 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.13 |
| HSL | 50.63º | 0.32% | 0.8% | - |
| HSV(B) | 50.63º | 0.14% | 0.87% | - |
| XYZ | 63.56 | 68.16 | 57.95 | - |
| YUV | 214.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 189 | 0 | 0.02 | 0.14 | 0.13 | 50.63 | 0.32 | 0.8 |
| Hex | DD | D8 | BD | 0 | 2 | E | D | 33 | 20 | 50 |
| Octal | 335 | 330 | 275 | 0 | 2 | 16 | 15 | 63 | 40 | 120 |
| Binary | 11011101 | 11011000 | 10111101 | 0 | 10 | 1110 | 1101 | 110011 | 100000 | 1010000 |
Color Harmonies of #DDD8BD
Complementary color
Monochromatic Colors of #DDD8BD
Black with #DDD8BD
Text Example
Text Example
White with #DDD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8BD; }
p { color: rgb(221,216,189); }
H1.HeaderClassName
{
color: #DDD8BD;
}
.AnyTagClassName
{
color: #DDD8BD;
}
</style>
background-color css
<style>
a { background-color: #DDD8BD; }
a { background-color: rgb(221,216,189); }
div.DivClassName
{
background-color: #DDD8BD;
}
.BgClassName
{
background-color: #DDD8BD;
}
</style>
border-color css
<style>
span { border-color: #DDD8BD; }
span { border-color: rgb(221,216,189); }
td.TdClassName
{
border-color: #DDD8BD;
}
.TagClassName
{
border-color: #DDD8BD;
}
</style>