Shades of Willow Brook #DBF0BD
Tints of Willow Brook #DBF0BD
RGB
CMYK
RGB Variations
Color information
#DBF0BD (or 0xDBF0BD) is known color: Willow Brook. HEX triplet: DB, F0 and BD. RGB value is (219,240,189). Sum of RGB (Red+Green+Blue) = 219+240+189=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0BD is #240F42. Grayscale: #E4E4E4. Windows color (decimal): -2363203 or 12447963. OLE color: 12447963.
HSL color Cylindrical-coordinate representation of color #DBF0BD: hue angle of 84.71º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF0BD is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 189 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.06 |
| HSL | 84.71º | 0.63% | 0.84% | - |
| HSV(B) | 84.71º | 0.21% | 0.94% | - |
| XYZ | 69.56 | 81.05 | 60.12 | - |
| YUV | 227.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 189 | 0.09 | 0 | 0.21 | 0.06 | 84.71 | 0.63 | 0.84 |
| Hex | DB | F0 | BD | 9 | 0 | 15 | 6 | 55 | 3F | 54 |
| Octal | 333 | 360 | 275 | 11 | 0 | 25 | 6 | 125 | 77 | 124 |
| Binary | 11011011 | 11110000 | 10111101 | 1001 | 0 | 10101 | 110 | 1010101 | 111111 | 1010100 |
Color Harmonies of #DBF0BD
Complementary color
Monochromatic Colors of #DBF0BD
Black with #DBF0BD
Text Example
Text Example
White with #DBF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0BD; }
p { color: rgb(219,240,189); }
H1.HeaderClassName
{
color: #DBF0BD;
}
.AnyTagClassName
{
color: #DBF0BD;
}
</style>
background-color css
<style>
a { background-color: #DBF0BD; }
a { background-color: rgb(219,240,189); }
div.DivClassName
{
background-color: #DBF0BD;
}
.BgClassName
{
background-color: #DBF0BD;
}
</style>
border-color css
<style>
span { border-color: #DBF0BD; }
span { border-color: rgb(219,240,189); }
td.TdClassName
{
border-color: #DBF0BD;
}
.TagClassName
{
border-color: #DBF0BD;
}
</style>