Shades of Coconut Cream #DEDAB6
Tints of Coconut Cream #DEDAB6
RGB
CMYK
RGB Variations
Color information
#DEDAB6 (or 0xDEDAB6) is known color: Coconut Cream. HEX triplet: DE, DA and B6. RGB value is (222,218,182). Sum of RGB (Red+Green+Blue) = 222+218+182=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAB6 is #212549. Grayscale: #D7D7D7. Windows color (decimal): -2172234 or 11983582. OLE color: 11983582.
HSL color Cylindrical-coordinate representation of color #DEDAB6: hue angle of 54º 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 #DEDAB6 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 182 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.13 |
| HSL | 54º | 0.38% | 0.79% | - |
| HSV(B) | 54º | 0.18% | 0.87% | - |
| XYZ | 63.64 | 69.05 | 54.23 | - |
| YUV | 215.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 182 | 0 | 0.02 | 0.18 | 0.13 | 54 | 0.38 | 0.79 |
| Hex | DE | DA | B6 | 0 | 2 | 12 | D | 36 | 26 | 4F |
| Octal | 336 | 332 | 266 | 0 | 2 | 22 | 15 | 66 | 46 | 117 |
| Binary | 11011110 | 11011010 | 10110110 | 0 | 10 | 10010 | 1101 | 110110 | 100110 | 1001111 |
Color Harmonies of #DEDAB6
Complementary color
Monochromatic Colors of #DEDAB6
Black with #DEDAB6
Text Example
Text Example
White with #DEDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAB6; }
p { color: rgb(222,218,182); }
H1.HeaderClassName
{
color: #DEDAB6;
}
.AnyTagClassName
{
color: #DEDAB6;
}
</style>
background-color css
<style>
a { background-color: #DEDAB6; }
a { background-color: rgb(222,218,182); }
div.DivClassName
{
background-color: #DEDAB6;
}
.BgClassName
{
background-color: #DEDAB6;
}
</style>
border-color css
<style>
span { border-color: #DEDAB6; }
span { border-color: rgb(222,218,182); }
td.TdClassName
{
border-color: #DEDAB6;
}
.TagClassName
{
border-color: #DEDAB6;
}
</style>