Shades of Willow Brook #DBECBA
Tints of Willow Brook #DBECBA
RGB
CMYK
RGB Variations
Color information
#DBECBA (or 0xDBECBA) is known color: Willow Brook. HEX triplet: DB, EC and BA. RGB value is (219,236,186). Sum of RGB (Red+Green+Blue) = 219+236+186=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECBA is #241345. Grayscale: #E1E1E1. Windows color (decimal): -2364230 or 12250331. OLE color: 12250331.
HSL color Cylindrical-coordinate representation of color #DBECBA: hue angle of 80.4º degrees, saturation: 0.57, 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 #DBECBA is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 186 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.07 |
| HSL | 80.4º | 0.57% | 0.83% | - |
| HSV(B) | 80.4º | 0.21% | 0.93% | - |
| XYZ | 68.07 | 78.6 | 58.04 | - |
| YUV | 225.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 186 | 0.07 | 0 | 0.21 | 0.07 | 80.4 | 0.57 | 0.83 |
| Hex | DB | EC | BA | 7 | 0 | 15 | 7 | 50 | 39 | 53 |
| Octal | 333 | 354 | 272 | 7 | 0 | 25 | 7 | 120 | 71 | 123 |
| Binary | 11011011 | 11101100 | 10111010 | 111 | 0 | 10101 | 111 | 1010000 | 111001 | 1010011 |
Color Harmonies of #DBECBA
Complementary color
Monochromatic Colors of #DBECBA
Black with #DBECBA
Text Example
Text Example
White with #DBECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECBA; }
p { color: rgb(219,236,186); }
H1.HeaderClassName
{
color: #DBECBA;
}
.AnyTagClassName
{
color: #DBECBA;
}
</style>
background-color css
<style>
a { background-color: #DBECBA; }
a { background-color: rgb(219,236,186); }
div.DivClassName
{
background-color: #DBECBA;
}
.BgClassName
{
background-color: #DBECBA;
}
</style>
border-color css
<style>
span { border-color: #DBECBA; }
span { border-color: rgb(219,236,186); }
td.TdClassName
{
border-color: #DBECBA;
}
.TagClassName
{
border-color: #DBECBA;
}
</style>