Shades of Willow Brook #DBEDBD
Tints of Willow Brook #DBEDBD
RGB
CMYK
RGB Variations
Color information
#DBEDBD (or 0xDBEDBD) is known color: Willow Brook. HEX triplet: DB, ED and BD. RGB value is (219,237,189). Sum of RGB (Red+Green+Blue) = 219+237+189=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDBD is #241242. Grayscale: #E2E2E2. Windows color (decimal): -2363971 or 12447195. OLE color: 12447195.
HSL color Cylindrical-coordinate representation of color #DBEDBD: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBEDBD is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 189 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.07 |
| HSL | 82.5º | 0.57% | 0.84% | - |
| HSV(B) | 82.5º | 0.2% | 0.93% | - |
| XYZ | 68.68 | 79.3 | 59.83 | - |
| YUV | 226.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 189 | 0.08 | 0 | 0.20 | 0.07 | 82.5 | 0.57 | 0.84 |
| Hex | DB | ED | BD | 8 | 0 | 14 | 7 | 52 | 39 | 54 |
| Octal | 333 | 355 | 275 | 10 | 0 | 24 | 7 | 122 | 71 | 124 |
| Binary | 11011011 | 11101101 | 10111101 | 1000 | 0 | 10100 | 111 | 1010010 | 111001 | 1010100 |
Color Harmonies of #DBEDBD
Complementary color
Monochromatic Colors of #DBEDBD
Black with #DBEDBD
Text Example
Text Example
White with #DBEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDBD; }
p { color: rgb(219,237,189); }
H1.HeaderClassName
{
color: #DBEDBD;
}
.AnyTagClassName
{
color: #DBEDBD;
}
</style>
background-color css
<style>
a { background-color: #DBEDBD; }
a { background-color: rgb(219,237,189); }
div.DivClassName
{
background-color: #DBEDBD;
}
.BgClassName
{
background-color: #DBEDBD;
}
</style>
border-color css
<style>
span { border-color: #DBEDBD; }
span { border-color: rgb(219,237,189); }
td.TdClassName
{
border-color: #DBEDBD;
}
.TagClassName
{
border-color: #DBEDBD;
}
</style>