Shades of Coconut Cream #DDD6B6
Tints of Coconut Cream #DDD6B6
RGB
CMYK
RGB Variations
Color information
#DDD6B6 (or 0xDDD6B6) is known color: Coconut Cream. HEX triplet: DD, D6 and B6. RGB value is (221,214,182). Sum of RGB (Red+Green+Blue) = 221+214+182=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6B6 is #222949. Grayscale: #D4D4D4. Windows color (decimal): -2238794 or 11982557. OLE color: 11982557.
HSL color Cylindrical-coordinate representation of color #DDD6B6: hue angle of 49.23º degrees, saturation: 0.36, 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 #DDD6B6 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 182 | - |
CMYK | 0 | 0.03 | 0.18 | 0.13 |
HSL | 49.23º | 0.36% | 0.79% | - |
HSV(B) | 49.23º | 0.18% | 0.87% | - |
XYZ | 62.31 | 66.84 | 53.87 | - |
YUV | 212.45 | 110.82 | 134.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 182 | 0 | 0.03 | 0.18 | 0.13 | 49.23 | 0.36 | 0.79 |
Hex | DD | D6 | B6 | 0 | 3 | 12 | D | 31 | 24 | 4F |
Octal | 335 | 326 | 266 | 0 | 3 | 22 | 15 | 61 | 44 | 117 |
Binary | 11011101 | 11010110 | 10110110 | 0 | 11 | 10010 | 1101 | 110001 | 100100 | 1001111 |
Color Harmonies of #DDD6B6
Complementary color
Monochromatic Colors of #DDD6B6
Black with #DDD6B6
Text Example
Text Example
White with #DDD6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6B6; }
p { color: rgb(221,214,182); }
H1.HeaderClassName
{
color: #DDD6B6;
}
.AnyTagClassName
{
color: #DDD6B6;
}
</style>
background-color css
<style>
a { background-color: #DDD6B6; }
a { background-color: rgb(221,214,182); }
div.DivClassName
{
background-color: #DDD6B6;
}
.BgClassName
{
background-color: #DDD6B6;
}
</style>
border-color css
<style>
span { border-color: #DDD6B6; }
span { border-color: rgb(221,214,182); }
td.TdClassName
{
border-color: #DDD6B6;
}
.TagClassName
{
border-color: #DDD6B6;
}
</style>