Shades of Willow Brook #DBE8BD
Tints of Willow Brook #DBE8BD
RGB
CMYK
RGB Variations
Color information
#DBE8BD (or 0xDBE8BD) is known color: Willow Brook. HEX triplet: DB, E8 and BD. RGB value is (219,232,189). Sum of RGB (Red+Green+Blue) = 219+232+189=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8BD is #241742. Grayscale: #DFDFDF. Windows color (decimal): -2365251 or 12445915. OLE color: 12445915.
HSL color Cylindrical-coordinate representation of color #DBE8BD: hue angle of 78.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBE8BD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 189 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.09 |
| HSL | 78.14º | 0.48% | 0.83% | - |
| HSV(B) | 78.14º | 0.19% | 0.91% | - |
| XYZ | 67.26 | 76.45 | 59.36 | - |
| YUV | 223.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 189 | 0.06 | 0 | 0.19 | 0.09 | 78.14 | 0.48 | 0.83 |
| Hex | DB | E8 | BD | 6 | 0 | 13 | 9 | 4E | 30 | 53 |
| Octal | 333 | 350 | 275 | 6 | 0 | 23 | 11 | 116 | 60 | 123 |
| Binary | 11011011 | 11101000 | 10111101 | 110 | 0 | 10011 | 1001 | 1001110 | 110000 | 1010011 |
Color Harmonies of #DBE8BD
Complementary color
Monochromatic Colors of #DBE8BD
Black with #DBE8BD
Text Example
Text Example
White with #DBE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8BD; }
p { color: rgb(219,232,189); }
H1.HeaderClassName
{
color: #DBE8BD;
}
.AnyTagClassName
{
color: #DBE8BD;
}
</style>
background-color css
<style>
a { background-color: #DBE8BD; }
a { background-color: rgb(219,232,189); }
div.DivClassName
{
background-color: #DBE8BD;
}
.BgClassName
{
background-color: #DBE8BD;
}
</style>
border-color css
<style>
span { border-color: #DBE8BD; }
span { border-color: rgb(219,232,189); }
td.TdClassName
{
border-color: #DBE8BD;
}
.TagClassName
{
border-color: #DBE8BD;
}
</style>