Shades of Coconut Cream #DDD7B6
Tints of Coconut Cream #DDD7B6
RGB
CMYK
RGB Variations
Color information
#DDD7B6 (or 0xDDD7B6) is known color: Coconut Cream. HEX triplet: DD, D7 and B6. RGB value is (221,215,182). Sum of RGB (Red+Green+Blue) = 221+215+182=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7B6 is #222849. Grayscale: #D5D5D5. Windows color (decimal): -2238538 or 11982813. OLE color: 11982813.
HSL color Cylindrical-coordinate representation of color #DDD7B6: hue angle of 50.77º 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 #DDD7B6 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 182 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.13 |
| HSL | 50.77º | 0.36% | 0.79% | - |
| HSV(B) | 50.77º | 0.18% | 0.87% | - |
| XYZ | 62.56 | 67.35 | 53.96 | - |
| YUV | 213.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 182 | 0 | 0.03 | 0.18 | 0.13 | 50.77 | 0.36 | 0.79 |
| Hex | DD | D7 | B6 | 0 | 3 | 12 | D | 33 | 24 | 4F |
| Octal | 335 | 327 | 266 | 0 | 3 | 22 | 15 | 63 | 44 | 117 |
| Binary | 11011101 | 11010111 | 10110110 | 0 | 11 | 10010 | 1101 | 110011 | 100100 | 1001111 |
Color Harmonies of #DDD7B6
Complementary color
Monochromatic Colors of #DDD7B6
Black with #DDD7B6
Text Example
Text Example
White with #DDD7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7B6; }
p { color: rgb(221,215,182); }
H1.HeaderClassName
{
color: #DDD7B6;
}
.AnyTagClassName
{
color: #DDD7B6;
}
</style>
background-color css
<style>
a { background-color: #DDD7B6; }
a { background-color: rgb(221,215,182); }
div.DivClassName
{
background-color: #DDD7B6;
}
.BgClassName
{
background-color: #DDD7B6;
}
</style>
border-color css
<style>
span { border-color: #DDD7B6; }
span { border-color: rgb(221,215,182); }
td.TdClassName
{
border-color: #DDD7B6;
}
.TagClassName
{
border-color: #DDD7B6;
}
</style>