Shades of Coconut Cream #DEDAB5
Tints of Coconut Cream #DEDAB5
RGB
CMYK
RGB Variations
Color information
#DEDAB5 (or 0xDEDAB5) is known color: Coconut Cream. HEX triplet: DE, DA and B5. RGB value is (222,218,181). Sum of RGB (Red+Green+Blue) = 222+218+181=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAB5 is #21254A. Grayscale: #D7D7D7. Windows color (decimal): -2172235 or 11918046. OLE color: 11918046.
HSL color Cylindrical-coordinate representation of color #DEDAB5: hue angle of 54.15º 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 #DEDAB5 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 181 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.13 |
| HSL | 54.15º | 0.38% | 0.79% | - |
| HSV(B) | 54.15º | 0.18% | 0.87% | - |
| XYZ | 63.54 | 69.01 | 53.69 | - |
| YUV | 214.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 181 | 0 | 0.02 | 0.18 | 0.13 | 54.15 | 0.38 | 0.79 |
| Hex | DE | DA | B5 | 0 | 2 | 12 | D | 36 | 26 | 4F |
| Octal | 336 | 332 | 265 | 0 | 2 | 22 | 15 | 66 | 46 | 117 |
| Binary | 11011110 | 11011010 | 10110101 | 0 | 10 | 10010 | 1101 | 110110 | 100110 | 1001111 |
Color Harmonies of #DEDAB5
Complementary color
Monochromatic Colors of #DEDAB5
Black with #DEDAB5
Text Example
Text Example
White with #DEDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAB5; }
p { color: rgb(222,218,181); }
H1.HeaderClassName
{
color: #DEDAB5;
}
.AnyTagClassName
{
color: #DEDAB5;
}
</style>
background-color css
<style>
a { background-color: #DEDAB5; }
a { background-color: rgb(222,218,181); }
div.DivClassName
{
background-color: #DEDAB5;
}
.BgClassName
{
background-color: #DEDAB5;
}
</style>
border-color css
<style>
span { border-color: #DEDAB5; }
span { border-color: rgb(222,218,181); }
td.TdClassName
{
border-color: #DEDAB5;
}
.TagClassName
{
border-color: #DEDAB5;
}
</style>