Shades of Willow Brook #DBEDBA
Tints of Willow Brook #DBEDBA
RGB
CMYK
RGB Variations
Color information
#DBEDBA (or 0xDBEDBA) is known color: Willow Brook. HEX triplet: DB, ED and BA. RGB value is (219,237,186). Sum of RGB (Red+Green+Blue) = 219+237+186=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDBA is #241245. Grayscale: #E1E1E1. Windows color (decimal): -2363974 or 12250587. OLE color: 12250587.
HSL color Cylindrical-coordinate representation of color #DBEDBA: hue angle of 81.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBEDBA is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 186 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.07 |
| HSL | 81.18º | 0.59% | 0.83% | - |
| HSV(B) | 81.18º | 0.22% | 0.93% | - |
| XYZ | 68.36 | 79.17 | 58.13 | - |
| YUV | 225.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 186 | 0.08 | 0 | 0.22 | 0.07 | 81.18 | 0.59 | 0.83 |
| Hex | DB | ED | BA | 8 | 0 | 16 | 7 | 51 | 3B | 53 |
| Octal | 333 | 355 | 272 | 10 | 0 | 26 | 7 | 121 | 73 | 123 |
| Binary | 11011011 | 11101101 | 10111010 | 1000 | 0 | 10110 | 111 | 1010001 | 111011 | 1010011 |
Color Harmonies of #DBEDBA
Complementary color
Monochromatic Colors of #DBEDBA
Black with #DBEDBA
Text Example
Text Example
White with #DBEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDBA; }
p { color: rgb(219,237,186); }
H1.HeaderClassName
{
color: #DBEDBA;
}
.AnyTagClassName
{
color: #DBEDBA;
}
</style>
background-color css
<style>
a { background-color: #DBEDBA; }
a { background-color: rgb(219,237,186); }
div.DivClassName
{
background-color: #DBEDBA;
}
.BgClassName
{
background-color: #DBEDBA;
}
</style>
border-color css
<style>
span { border-color: #DBEDBA; }
span { border-color: rgb(219,237,186); }
td.TdClassName
{
border-color: #DBEDBA;
}
.TagClassName
{
border-color: #DBEDBA;
}
</style>