Shades of Coconut Cream #DFDBBC
Tints of Coconut Cream #DFDBBC
RGB
CMYK
RGB Variations
Color information
#DFDBBC (or 0xDFDBBC) is known color: Coconut Cream. HEX triplet: DF, DB and BC. RGB value is (223,219,188). Sum of RGB (Red+Green+Blue) = 223+219+188=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBBC is #202443. Grayscale: #D8D8D8. Windows color (decimal): -2106436 or 12377055. OLE color: 12377055.
HSL color Cylindrical-coordinate representation of color #DFDBBC: hue angle of 53.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFDBBC is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 188 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.13 |
| HSL | 53.14º | 0.35% | 0.81% | - |
| HSV(B) | 53.14º | 0.16% | 0.87% | - |
| XYZ | 64.84 | 69.98 | 57.67 | - |
| YUV | 216.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 188 | 0 | 0.02 | 0.16 | 0.13 | 53.14 | 0.35 | 0.81 |
| Hex | DF | DB | BC | 0 | 2 | 10 | D | 35 | 23 | 51 |
| Octal | 337 | 333 | 274 | 0 | 2 | 20 | 15 | 65 | 43 | 121 |
| Binary | 11011111 | 11011011 | 10111100 | 0 | 10 | 10000 | 1101 | 110101 | 100011 | 1010001 |
Color Harmonies of #DFDBBC
Complementary color
Monochromatic Colors of #DFDBBC
Black with #DFDBBC
Text Example
Text Example
White with #DFDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBBC; }
p { color: rgb(223,219,188); }
H1.HeaderClassName
{
color: #DFDBBC;
}
.AnyTagClassName
{
color: #DFDBBC;
}
</style>
background-color css
<style>
a { background-color: #DFDBBC; }
a { background-color: rgb(223,219,188); }
div.DivClassName
{
background-color: #DFDBBC;
}
.BgClassName
{
background-color: #DFDBBC;
}
</style>
border-color css
<style>
span { border-color: #DFDBBC; }
span { border-color: rgb(223,219,188); }
td.TdClassName
{
border-color: #DFDBBC;
}
.TagClassName
{
border-color: #DFDBBC;
}
</style>