Shades of Coconut Cream #DDD9BB
Tints of Coconut Cream #DDD9BB
RGB
CMYK
RGB Variations
Color information
#DDD9BB (or 0xDDD9BB) is known color: Coconut Cream. HEX triplet: DD, D9 and BB. RGB value is (221,217,187). Sum of RGB (Red+Green+Blue) = 221+217+187=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9BB is #222644. Grayscale: #D6D6D6. Windows color (decimal): -2238021 or 12311005. OLE color: 12311005.
HSL color Cylindrical-coordinate representation of color #DDD9BB: hue angle of 52.94º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD9BB is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 187 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.13 |
| HSL | 52.94º | 0.33% | 0.8% | - |
| HSV(B) | 52.94º | 0.15% | 0.87% | - |
| XYZ | 63.6 | 68.59 | 56.9 | - |
| YUV | 214.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 187 | 0 | 0.02 | 0.15 | 0.13 | 52.94 | 0.33 | 0.8 |
| Hex | DD | D9 | BB | 0 | 2 | F | D | 35 | 21 | 50 |
| Octal | 335 | 331 | 273 | 0 | 2 | 17 | 15 | 65 | 41 | 120 |
| Binary | 11011101 | 11011001 | 10111011 | 0 | 10 | 1111 | 1101 | 110101 | 100001 | 1010000 |
Color Harmonies of #DDD9BB
Complementary color
Monochromatic Colors of #DDD9BB
Black with #DDD9BB
Text Example
Text Example
White with #DDD9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9BB; }
p { color: rgb(221,217,187); }
H1.HeaderClassName
{
color: #DDD9BB;
}
.AnyTagClassName
{
color: #DDD9BB;
}
</style>
background-color css
<style>
a { background-color: #DDD9BB; }
a { background-color: rgb(221,217,187); }
div.DivClassName
{
background-color: #DDD9BB;
}
.BgClassName
{
background-color: #DDD9BB;
}
</style>
border-color css
<style>
span { border-color: #DDD9BB; }
span { border-color: rgb(221,217,187); }
td.TdClassName
{
border-color: #DDD9BB;
}
.TagClassName
{
border-color: #DDD9BB;
}
</style>