Shades of Coconut Cream #DEDAB4
Tints of Coconut Cream #DEDAB4
RGB
CMYK
RGB Variations
Color information
#DEDAB4 (or 0xDEDAB4) is known color: Coconut Cream. HEX triplet: DE, DA and B4. RGB value is (222,218,180). Sum of RGB (Red+Green+Blue) = 222+218+180=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAB4 is #21254B. Grayscale: #D7D7D7. Windows color (decimal): -2172236 or 11852510. OLE color: 11852510.
HSL color Cylindrical-coordinate representation of color #DEDAB4: hue angle of 54.29º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEDAB4 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 180 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.13 |
| HSL | 54.29º | 0.39% | 0.79% | - |
| HSV(B) | 54.29º | 0.19% | 0.87% | - |
| XYZ | 63.43 | 68.97 | 53.15 | - |
| YUV | 214.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 180 | 0 | 0.02 | 0.19 | 0.13 | 54.29 | 0.39 | 0.79 |
| Hex | DE | DA | B4 | 0 | 2 | 13 | D | 36 | 27 | 4F |
| Octal | 336 | 332 | 264 | 0 | 2 | 23 | 15 | 66 | 47 | 117 |
| Binary | 11011110 | 11011010 | 10110100 | 0 | 10 | 10011 | 1101 | 110110 | 100111 | 1001111 |
Color Harmonies of #DEDAB4
Complementary color
Monochromatic Colors of #DEDAB4
Black with #DEDAB4
Text Example
Text Example
White with #DEDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAB4; }
p { color: rgb(222,218,180); }
H1.HeaderClassName
{
color: #DEDAB4;
}
.AnyTagClassName
{
color: #DEDAB4;
}
</style>
background-color css
<style>
a { background-color: #DEDAB4; }
a { background-color: rgb(222,218,180); }
div.DivClassName
{
background-color: #DEDAB4;
}
.BgClassName
{
background-color: #DEDAB4;
}
</style>
border-color css
<style>
span { border-color: #DEDAB4; }
span { border-color: rgb(222,218,180); }
td.TdClassName
{
border-color: #DEDAB4;
}
.TagClassName
{
border-color: #DEDAB4;
}
</style>