Shades of Coconut Cream #DFDBBD
Tints of Coconut Cream #DFDBBD
RGB
CMYK
RGB Variations
Color information
#DFDBBD (or 0xDFDBBD) is known color: Coconut Cream. HEX triplet: DF, DB and BD. RGB value is (223,219,189). Sum of RGB (Red+Green+Blue) = 223+219+189=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBBD is #202442. Grayscale: #D8D8D8. Windows color (decimal): -2106435 or 12442591. OLE color: 12442591.
HSL color Cylindrical-coordinate representation of color #DFDBBD: hue angle of 52.94º degrees, saturation: 0.35, 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 #DFDBBD is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 189 | - |
CMYK | 0 | 0.02 | 0.15 | 0.13 |
HSL | 52.94º | 0.35% | 0.81% | - |
HSV(B) | 52.94º | 0.15% | 0.87% | - |
XYZ | 64.95 | 70.03 | 58.24 | - |
YUV | 216.78 | 112.33 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 189 | 0 | 0.02 | 0.15 | 0.13 | 52.94 | 0.35 | 0.81 |
Hex | DF | DB | BD | 0 | 2 | F | D | 35 | 23 | 51 |
Octal | 337 | 333 | 275 | 0 | 2 | 17 | 15 | 65 | 43 | 121 |
Binary | 11011111 | 11011011 | 10111101 | 0 | 10 | 1111 | 1101 | 110101 | 100011 | 1010001 |
Color Harmonies of #DFDBBD
Complementary color
Monochromatic Colors of #DFDBBD
Black with #DFDBBD
Text Example
Text Example
White with #DFDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBBD; }
p { color: rgb(223,219,189); }
H1.HeaderClassName
{
color: #DFDBBD;
}
.AnyTagClassName
{
color: #DFDBBD;
}
</style>
background-color css
<style>
a { background-color: #DFDBBD; }
a { background-color: rgb(223,219,189); }
div.DivClassName
{
background-color: #DFDBBD;
}
.BgClassName
{
background-color: #DFDBBD;
}
</style>
border-color css
<style>
span { border-color: #DFDBBD; }
span { border-color: rgb(223,219,189); }
td.TdClassName
{
border-color: #DFDBBD;
}
.TagClassName
{
border-color: #DFDBBD;
}
</style>