Shades of Coconut Cream #DDD8B5
Tints of Coconut Cream #DDD8B5
RGB
CMYK
RGB Variations
Color information
#DDD8B5 (or 0xDDD8B5) is known color: Coconut Cream. HEX triplet: DD, D8 and B5. RGB value is (221,216,181). Sum of RGB (Red+Green+Blue) = 221+216+181=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8B5 is #22274A. Grayscale: #D5D5D5. Windows color (decimal): -2238283 or 11917533. OLE color: 11917533.
HSL color Cylindrical-coordinate representation of color #DDD8B5: hue angle of 52.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 #DDD8B5 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 181 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.13 |
| HSL | 52.5º | 0.37% | 0.79% | - |
| HSV(B) | 52.5º | 0.18% | 0.87% | - |
| XYZ | 62.72 | 67.82 | 53.5 | - |
| YUV | 213.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 181 | 0 | 0.02 | 0.18 | 0.13 | 52.5 | 0.37 | 0.79 |
| Hex | DD | D8 | B5 | 0 | 2 | 12 | D | 34 | 25 | 4F |
| Octal | 335 | 330 | 265 | 0 | 2 | 22 | 15 | 64 | 45 | 117 |
| Binary | 11011101 | 11011000 | 10110101 | 0 | 10 | 10010 | 1101 | 110100 | 100101 | 1001111 |
Color Harmonies of #DDD8B5
Complementary color
Monochromatic Colors of #DDD8B5
Black with #DDD8B5
Text Example
Text Example
White with #DDD8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8B5; }
p { color: rgb(221,216,181); }
H1.HeaderClassName
{
color: #DDD8B5;
}
.AnyTagClassName
{
color: #DDD8B5;
}
</style>
background-color css
<style>
a { background-color: #DDD8B5; }
a { background-color: rgb(221,216,181); }
div.DivClassName
{
background-color: #DDD8B5;
}
.BgClassName
{
background-color: #DDD8B5;
}
</style>
border-color css
<style>
span { border-color: #DDD8B5; }
span { border-color: rgb(221,216,181); }
td.TdClassName
{
border-color: #DDD8B5;
}
.TagClassName
{
border-color: #DDD8B5;
}
</style>