Shades of Willow Brook #DBE9BA
Tints of Willow Brook #DBE9BA
RGB
CMYK
RGB Variations
Color information
#DBE9BA (or 0xDBE9BA) is known color: Willow Brook. HEX triplet: DB, E9 and BA. RGB value is (219,233,186). Sum of RGB (Red+Green+Blue) = 219+233+186=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9BA is #241645. Grayscale: #DFDFDF. Windows color (decimal): -2364998 or 12249563. OLE color: 12249563.
HSL color Cylindrical-coordinate representation of color #DBE9BA: hue angle of 77.87º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBE9BA is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 186 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.09 |
| HSL | 77.87º | 0.52% | 0.82% | - |
| HSV(B) | 77.87º | 0.2% | 0.91% | - |
| XYZ | 67.22 | 76.88 | 57.75 | - |
| YUV | 223.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 186 | 0.06 | 0 | 0.20 | 0.09 | 77.87 | 0.52 | 0.82 |
| Hex | DB | E9 | BA | 6 | 0 | 14 | 9 | 4E | 34 | 52 |
| Octal | 333 | 351 | 272 | 6 | 0 | 24 | 11 | 116 | 64 | 122 |
| Binary | 11011011 | 11101001 | 10111010 | 110 | 0 | 10100 | 1001 | 1001110 | 110100 | 1010010 |
Color Harmonies of #DBE9BA
Complementary color
Monochromatic Colors of #DBE9BA
Black with #DBE9BA
Text Example
Text Example
White with #DBE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9BA; }
p { color: rgb(219,233,186); }
H1.HeaderClassName
{
color: #DBE9BA;
}
.AnyTagClassName
{
color: #DBE9BA;
}
</style>
background-color css
<style>
a { background-color: #DBE9BA; }
a { background-color: rgb(219,233,186); }
div.DivClassName
{
background-color: #DBE9BA;
}
.BgClassName
{
background-color: #DBE9BA;
}
</style>
border-color css
<style>
span { border-color: #DBE9BA; }
span { border-color: rgb(219,233,186); }
td.TdClassName
{
border-color: #DBE9BA;
}
.TagClassName
{
border-color: #DBE9BA;
}
</style>