Shades of Willow Brook #DBEDBE
Tints of Willow Brook #DBEDBE
RGB
CMYK
RGB Variations
Color information
#DBEDBE (or 0xDBEDBE) is known color: Willow Brook. HEX triplet: DB, ED and BE. RGB value is (219,237,190). Sum of RGB (Red+Green+Blue) = 219+237+190=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDBE is #241241. Grayscale: #E2E2E2. Windows color (decimal): -2363970 or 12512731. OLE color: 12512731.
HSL color Cylindrical-coordinate representation of color #DBEDBE: hue angle of 82.98º 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 #DBEDBE is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 190 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.07 |
| HSL | 82.98º | 0.57% | 0.84% | - |
| HSV(B) | 82.98º | 0.2% | 0.93% | - |
| XYZ | 68.79 | 79.35 | 60.4 | - |
| YUV | 226.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 190 | 0.08 | 0 | 0.20 | 0.07 | 82.98 | 0.57 | 0.84 |
| Hex | DB | ED | BE | 8 | 0 | 14 | 7 | 53 | 39 | 54 |
| Octal | 333 | 355 | 276 | 10 | 0 | 24 | 7 | 123 | 71 | 124 |
| Binary | 11011011 | 11101101 | 10111110 | 1000 | 0 | 10100 | 111 | 1010011 | 111001 | 1010100 |
Color Harmonies of #DBEDBE
Complementary color
Monochromatic Colors of #DBEDBE
Black with #DBEDBE
Text Example
Text Example
White with #DBEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDBE; }
p { color: rgb(219,237,190); }
H1.HeaderClassName
{
color: #DBEDBE;
}
.AnyTagClassName
{
color: #DBEDBE;
}
</style>
background-color css
<style>
a { background-color: #DBEDBE; }
a { background-color: rgb(219,237,190); }
div.DivClassName
{
background-color: #DBEDBE;
}
.BgClassName
{
background-color: #DBEDBE;
}
</style>
border-color css
<style>
span { border-color: #DBEDBE; }
span { border-color: rgb(219,237,190); }
td.TdClassName
{
border-color: #DBEDBE;
}
.TagClassName
{
border-color: #DBEDBE;
}
</style>