Shades of Coconut Cream #DFDAC0
Tints of Coconut Cream #DFDAC0
RGB
CMYK
RGB Variations
Color information
#DFDAC0 (or 0xDFDAC0) is known color: Coconut Cream. HEX triplet: DF, DA and C0. RGB value is (223,218,192). Sum of RGB (Red+Green+Blue) = 223+218+192=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC0 is #20253F. Grayscale: #D8D8D8. Windows color (decimal): -2106688 or 12638943. OLE color: 12638943.
HSL color Cylindrical-coordinate representation of color #DFDAC0: hue angle of 50.32º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFDAC0 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 192 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.13 |
| HSL | 50.32º | 0.33% | 0.81% | - |
| HSV(B) | 50.32º | 0.14% | 0.87% | - |
| XYZ | 65.02 | 69.64 | 59.88 | - |
| YUV | 216.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 192 | 0 | 0.02 | 0.14 | 0.13 | 50.32 | 0.33 | 0.81 |
| Hex | DF | DA | C0 | 0 | 2 | E | D | 32 | 21 | 51 |
| Octal | 337 | 332 | 300 | 0 | 2 | 16 | 15 | 62 | 41 | 121 |
| Binary | 11011111 | 11011010 | 11000000 | 0 | 10 | 1110 | 1101 | 110010 | 100001 | 1010001 |
Color Harmonies of #DFDAC0
Complementary color
Monochromatic Colors of #DFDAC0
Black with #DFDAC0
Text Example
Text Example
White with #DFDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAC0; }
p { color: rgb(223,218,192); }
H1.HeaderClassName
{
color: #DFDAC0;
}
.AnyTagClassName
{
color: #DFDAC0;
}
</style>
background-color css
<style>
a { background-color: #DFDAC0; }
a { background-color: rgb(223,218,192); }
div.DivClassName
{
background-color: #DFDAC0;
}
.BgClassName
{
background-color: #DFDAC0;
}
</style>
border-color css
<style>
span { border-color: #DFDAC0; }
span { border-color: rgb(223,218,192); }
td.TdClassName
{
border-color: #DFDAC0;
}
.TagClassName
{
border-color: #DFDAC0;
}
</style>