Shades of Coconut Cream #DDD9B7
Tints of Coconut Cream #DDD9B7
RGB
CMYK
RGB Variations
Color information
#DDD9B7 (or 0xDDD9B7) is known color: Coconut Cream. HEX triplet: DD, D9 and B7. RGB value is (221,217,183). Sum of RGB (Red+Green+Blue) = 221+217+183=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9B7 is #222648. Grayscale: #D6D6D6. Windows color (decimal): -2238025 or 12048861. OLE color: 12048861.
HSL color Cylindrical-coordinate representation of color #DDD9B7: hue angle of 53.68º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDD9B7 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 183 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.13 |
| HSL | 53.68º | 0.36% | 0.79% | - |
| HSV(B) | 53.68º | 0.17% | 0.87% | - |
| XYZ | 63.18 | 68.42 | 54.68 | - |
| YUV | 214.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 183 | 0 | 0.02 | 0.17 | 0.13 | 53.68 | 0.36 | 0.79 |
| Hex | DD | D9 | B7 | 0 | 2 | 11 | D | 36 | 24 | 4F |
| Octal | 335 | 331 | 267 | 0 | 2 | 21 | 15 | 66 | 44 | 117 |
| Binary | 11011101 | 11011001 | 10110111 | 0 | 10 | 10001 | 1101 | 110110 | 100100 | 1001111 |
Color Harmonies of #DDD9B7
Complementary color
Monochromatic Colors of #DDD9B7
Black with #DDD9B7
Text Example
Text Example
White with #DDD9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9B7; }
p { color: rgb(221,217,183); }
H1.HeaderClassName
{
color: #DDD9B7;
}
.AnyTagClassName
{
color: #DDD9B7;
}
</style>
background-color css
<style>
a { background-color: #DDD9B7; }
a { background-color: rgb(221,217,183); }
div.DivClassName
{
background-color: #DDD9B7;
}
.BgClassName
{
background-color: #DDD9B7;
}
</style>
border-color css
<style>
span { border-color: #DDD9B7; }
span { border-color: rgb(221,217,183); }
td.TdClassName
{
border-color: #DDD9B7;
}
.TagClassName
{
border-color: #DDD9B7;
}
</style>