Shades of Coconut Cream #DEDAB3
Tints of Coconut Cream #DEDAB3
RGB
CMYK
RGB Variations
Color information
#DEDAB3 (or 0xDEDAB3) is known color: Coconut Cream. HEX triplet: DE, DA and B3. RGB value is (222,218,179). Sum of RGB (Red+Green+Blue) = 222+218+179=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAB3 is #21254C. Grayscale: #D6D6D6. Windows color (decimal): -2172237 or 11786974. OLE color: 11786974.
HSL color Cylindrical-coordinate representation of color #DEDAB3: hue angle of 54.42º 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 #DEDAB3 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 179 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.13 |
| HSL | 54.42º | 0.39% | 0.79% | - |
| HSV(B) | 54.42º | 0.19% | 0.87% | - |
| XYZ | 63.33 | 68.93 | 52.61 | - |
| YUV | 214.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 179 | 0 | 0.02 | 0.19 | 0.13 | 54.42 | 0.39 | 0.79 |
| Hex | DE | DA | B3 | 0 | 2 | 13 | D | 36 | 27 | 4F |
| Octal | 336 | 332 | 263 | 0 | 2 | 23 | 15 | 66 | 47 | 117 |
| Binary | 11011110 | 11011010 | 10110011 | 0 | 10 | 10011 | 1101 | 110110 | 100111 | 1001111 |
Color Harmonies of #DEDAB3
Complementary color
Monochromatic Colors of #DEDAB3
Black with #DEDAB3
Text Example
Text Example
White with #DEDAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAB3; }
p { color: rgb(222,218,179); }
H1.HeaderClassName
{
color: #DEDAB3;
}
.AnyTagClassName
{
color: #DEDAB3;
}
</style>
background-color css
<style>
a { background-color: #DEDAB3; }
a { background-color: rgb(222,218,179); }
div.DivClassName
{
background-color: #DEDAB3;
}
.BgClassName
{
background-color: #DEDAB3;
}
</style>
border-color css
<style>
span { border-color: #DEDAB3; }
span { border-color: rgb(222,218,179); }
td.TdClassName
{
border-color: #DEDAB3;
}
.TagClassName
{
border-color: #DEDAB3;
}
</style>