Shades of Willow Brook #DBEDBB
Tints of Willow Brook #DBEDBB
RGB
CMYK
RGB Variations
Color information
#DBEDBB (or 0xDBEDBB) is known color: Willow Brook. HEX triplet: DB, ED and BB. RGB value is (219,237,187). Sum of RGB (Red+Green+Blue) = 219+237+187=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDBB is #241244. Grayscale: #E2E2E2. Windows color (decimal): -2363973 or 12316123. OLE color: 12316123.
HSL color Cylindrical-coordinate representation of color #DBEDBB: hue angle of 81.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBEDBB is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 187 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.07 |
| HSL | 81.6º | 0.58% | 0.83% | - |
| HSV(B) | 81.6º | 0.21% | 0.93% | - |
| XYZ | 68.47 | 79.22 | 58.7 | - |
| YUV | 225.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 187 | 0.08 | 0 | 0.21 | 0.07 | 81.6 | 0.58 | 0.83 |
| Hex | DB | ED | BB | 8 | 0 | 15 | 7 | 52 | 3A | 53 |
| Octal | 333 | 355 | 273 | 10 | 0 | 25 | 7 | 122 | 72 | 123 |
| Binary | 11011011 | 11101101 | 10111011 | 1000 | 0 | 10101 | 111 | 1010010 | 111010 | 1010011 |
Color Harmonies of #DBEDBB
Complementary color
Monochromatic Colors of #DBEDBB
Black with #DBEDBB
Text Example
Text Example
White with #DBEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDBB; }
p { color: rgb(219,237,187); }
H1.HeaderClassName
{
color: #DBEDBB;
}
.AnyTagClassName
{
color: #DBEDBB;
}
</style>
background-color css
<style>
a { background-color: #DBEDBB; }
a { background-color: rgb(219,237,187); }
div.DivClassName
{
background-color: #DBEDBB;
}
.BgClassName
{
background-color: #DBEDBB;
}
</style>
border-color css
<style>
span { border-color: #DBEDBB; }
span { border-color: rgb(219,237,187); }
td.TdClassName
{
border-color: #DBEDBB;
}
.TagClassName
{
border-color: #DBEDBB;
}
</style>