Shades of Coconut Cream #DEDABD
Tints of Coconut Cream #DEDABD
RGB
CMYK
RGB Variations
Color information
#DEDABD (or 0xDEDABD) is known color: Coconut Cream. HEX triplet: DE, DA and BD. RGB value is (222,218,189). Sum of RGB (Red+Green+Blue) = 222+218+189=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDABD is #212542. Grayscale: #D8D8D8. Windows color (decimal): -2172227 or 12442334. OLE color: 12442334.
HSL color Cylindrical-coordinate representation of color #DEDABD: hue angle of 52.73º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEDABD is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 189 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.13 |
| HSL | 52.73º | 0.33% | 0.81% | - |
| HSV(B) | 52.73º | 0.15% | 0.87% | - |
| XYZ | 64.38 | 69.35 | 58.14 | - |
| YUV | 215.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 189 | 0 | 0.02 | 0.15 | 0.13 | 52.73 | 0.33 | 0.81 |
| Hex | DE | DA | BD | 0 | 2 | F | D | 35 | 21 | 51 |
| Octal | 336 | 332 | 275 | 0 | 2 | 17 | 15 | 65 | 41 | 121 |
| Binary | 11011110 | 11011010 | 10111101 | 0 | 10 | 1111 | 1101 | 110101 | 100001 | 1010001 |
Color Harmonies of #DEDABD
Complementary color
Monochromatic Colors of #DEDABD
Black with #DEDABD
Text Example
Text Example
White with #DEDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDABD; }
p { color: rgb(222,218,189); }
H1.HeaderClassName
{
color: #DEDABD;
}
.AnyTagClassName
{
color: #DEDABD;
}
</style>
background-color css
<style>
a { background-color: #DEDABD; }
a { background-color: rgb(222,218,189); }
div.DivClassName
{
background-color: #DEDABD;
}
.BgClassName
{
background-color: #DEDABD;
}
</style>
border-color css
<style>
span { border-color: #DEDABD; }
span { border-color: rgb(222,218,189); }
td.TdClassName
{
border-color: #DEDABD;
}
.TagClassName
{
border-color: #DEDABD;
}
</style>