Shades of Coconut Cream #DBD8B5
Tints of Coconut Cream #DBD8B5
RGB
CMYK
RGB Variations
Color information
#DBD8B5 (or 0xDBD8B5) is known color: Coconut Cream. HEX triplet: DB, D8 and B5. RGB value is (219,216,181). Sum of RGB (Red+Green+Blue) = 219+216+181=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8B5 is #24274A. Grayscale: #D5D5D5. Windows color (decimal): -2369355 or 11917531. OLE color: 11917531.
HSL color Cylindrical-coordinate representation of color #DBD8B5: hue angle of 55.26º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBD8B5 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 181 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.14 |
| HSL | 55.26º | 0.35% | 0.78% | - |
| HSV(B) | 55.26º | 0.17% | 0.86% | - |
| XYZ | 62.11 | 67.51 | 53.47 | - |
| YUV | 212.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 181 | 0 | 0.01 | 0.17 | 0.14 | 55.26 | 0.35 | 0.78 |
| Hex | DB | D8 | B5 | 0 | 1 | 11 | E | 37 | 23 | 4E |
| Octal | 333 | 330 | 265 | 0 | 1 | 21 | 16 | 67 | 43 | 116 |
| Binary | 11011011 | 11011000 | 10110101 | 0 | 1 | 10001 | 1110 | 110111 | 100011 | 1001110 |
Color Harmonies of #DBD8B5
Complementary color
Monochromatic Colors of #DBD8B5
Black with #DBD8B5
Text Example
Text Example
White with #DBD8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8B5; }
p { color: rgb(219,216,181); }
H1.HeaderClassName
{
color: #DBD8B5;
}
.AnyTagClassName
{
color: #DBD8B5;
}
</style>
background-color css
<style>
a { background-color: #DBD8B5; }
a { background-color: rgb(219,216,181); }
div.DivClassName
{
background-color: #DBD8B5;
}
.BgClassName
{
background-color: #DBD8B5;
}
</style>
border-color css
<style>
span { border-color: #DBD8B5; }
span { border-color: rgb(219,216,181); }
td.TdClassName
{
border-color: #DBD8B5;
}
.TagClassName
{
border-color: #DBD8B5;
}
</style>