Shades of Willow Brook #DBEFBD
Tints of Willow Brook #DBEFBD
RGB
CMYK
RGB Variations
Color information
#DBEFBD (or 0xDBEFBD) is known color: Willow Brook. HEX triplet: DB, EF and BD. RGB value is (219,239,189). Sum of RGB (Red+Green+Blue) = 219+239+189=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFBD is #241042. Grayscale: #E3E3E3. Windows color (decimal): -2363459 or 12447707. OLE color: 12447707.
HSL color Cylindrical-coordinate representation of color #DBEFBD: hue angle of 84º degrees, saturation: 0.61, 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 #DBEFBD is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 189 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.06 |
| HSL | 84º | 0.61% | 0.84% | - |
| HSV(B) | 84º | 0.21% | 0.94% | - |
| XYZ | 69.27 | 80.47 | 60.03 | - |
| YUV | 227.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 189 | 0.08 | 0 | 0.21 | 0.06 | 84 | 0.61 | 0.84 |
| Hex | DB | EF | BD | 8 | 0 | 15 | 6 | 54 | 3D | 54 |
| Octal | 333 | 357 | 275 | 10 | 0 | 25 | 6 | 124 | 75 | 124 |
| Binary | 11011011 | 11101111 | 10111101 | 1000 | 0 | 10101 | 110 | 1010100 | 111101 | 1010100 |
Color Harmonies of #DBEFBD
Complementary color
Monochromatic Colors of #DBEFBD
Black with #DBEFBD
Text Example
Text Example
White with #DBEFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFBD; }
p { color: rgb(219,239,189); }
H1.HeaderClassName
{
color: #DBEFBD;
}
.AnyTagClassName
{
color: #DBEFBD;
}
</style>
background-color css
<style>
a { background-color: #DBEFBD; }
a { background-color: rgb(219,239,189); }
div.DivClassName
{
background-color: #DBEFBD;
}
.BgClassName
{
background-color: #DBEFBD;
}
</style>
border-color css
<style>
span { border-color: #DBEFBD; }
span { border-color: rgb(219,239,189); }
td.TdClassName
{
border-color: #DBEFBD;
}
.TagClassName
{
border-color: #DBEFBD;
}
</style>