Shades of Coconut Cream #DDD9B5
Tints of Coconut Cream #DDD9B5
RGB
CMYK
RGB Variations
Color information
#DDD9B5 (or 0xDDD9B5) is known color: Coconut Cream. HEX triplet: DD, D9 and B5. RGB value is (221,217,181). Sum of RGB (Red+Green+Blue) = 221+217+181=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9B5 is #22264A. Grayscale: #D6D6D6. Windows color (decimal): -2238027 or 11917789. OLE color: 11917789.
HSL color Cylindrical-coordinate representation of color #DDD9B5: hue angle of 54º 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 #DDD9B5 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 217 | 181 | - |
CMYK | 0 | 0.02 | 0.18 | 0.13 |
HSL | 54º | 0.37% | 0.79% | - |
HSV(B) | 54º | 0.18% | 0.87% | - |
XYZ | 62.97 | 68.33 | 53.59 | - |
YUV | 214.09 | 109.33 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 181 | 0 | 0.02 | 0.18 | 0.13 | 54 | 0.37 | 0.79 |
Hex | DD | D9 | B5 | 0 | 2 | 12 | D | 36 | 25 | 4F |
Octal | 335 | 331 | 265 | 0 | 2 | 22 | 15 | 66 | 45 | 117 |
Binary | 11011101 | 11011001 | 10110101 | 0 | 10 | 10010 | 1101 | 110110 | 100101 | 1001111 |
Color Harmonies of #DDD9B5
Complementary color
Monochromatic Colors of #DDD9B5
Black with #DDD9B5
Text Example
Text Example
White with #DDD9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9B5; }
p { color: rgb(221,217,181); }
H1.HeaderClassName
{
color: #DDD9B5;
}
.AnyTagClassName
{
color: #DDD9B5;
}
</style>
background-color css
<style>
a { background-color: #DDD9B5; }
a { background-color: rgb(221,217,181); }
div.DivClassName
{
background-color: #DDD9B5;
}
.BgClassName
{
background-color: #DDD9B5;
}
</style>
border-color css
<style>
span { border-color: #DDD9B5; }
span { border-color: rgb(221,217,181); }
td.TdClassName
{
border-color: #DDD9B5;
}
.TagClassName
{
border-color: #DDD9B5;
}
</style>