Shades of Coconut Cream #DEDCB6
Tints of Coconut Cream #DEDCB6
RGB
CMYK
RGB Variations
Color information
#DEDCB6 (or 0xDEDCB6) is known color: Coconut Cream. HEX triplet: DE, DC and B6. RGB value is (222,220,182). Sum of RGB (Red+Green+Blue) = 222+220+182=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCB6 is #212349. Grayscale: #D8D8D8. Windows color (decimal): -2171722 or 11984094. OLE color: 11984094.
HSL color Cylindrical-coordinate representation of color #DEDCB6: hue angle of 57º degrees, saturation: 0.38, 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 #DEDCB6 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 182 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.13 |
| HSL | 57º | 0.38% | 0.79% | - |
| HSV(B) | 57º | 0.18% | 0.87% | - |
| XYZ | 64.16 | 70.09 | 54.4 | - |
| YUV | 216.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 182 | 0 | 0.01 | 0.18 | 0.13 | 57 | 0.38 | 0.79 |
| Hex | DE | DC | B6 | 0 | 1 | 12 | D | 39 | 26 | 4F |
| Octal | 336 | 334 | 266 | 0 | 1 | 22 | 15 | 71 | 46 | 117 |
| Binary | 11011110 | 11011100 | 10110110 | 0 | 1 | 10010 | 1101 | 111001 | 100110 | 1001111 |
Color Harmonies of #DEDCB6
Complementary color
Monochromatic Colors of #DEDCB6
Black with #DEDCB6
Text Example
Text Example
White with #DEDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCB6; }
p { color: rgb(222,220,182); }
H1.HeaderClassName
{
color: #DEDCB6;
}
.AnyTagClassName
{
color: #DEDCB6;
}
</style>
background-color css
<style>
a { background-color: #DEDCB6; }
a { background-color: rgb(222,220,182); }
div.DivClassName
{
background-color: #DEDCB6;
}
.BgClassName
{
background-color: #DEDCB6;
}
</style>
border-color css
<style>
span { border-color: #DEDCB6; }
span { border-color: rgb(222,220,182); }
td.TdClassName
{
border-color: #DEDCB6;
}
.TagClassName
{
border-color: #DEDCB6;
}
</style>