Shades of Willow Brook #DBEEBE
Tints of Willow Brook #DBEEBE
RGB
CMYK
RGB Variations
Color information
#DBEEBE (or 0xDBEEBE) is known color: Willow Brook. HEX triplet: DB, EE and BE. RGB value is (219,238,190). Sum of RGB (Red+Green+Blue) = 219+238+190=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEBE is #241141. Grayscale: #E3E3E3. Windows color (decimal): -2363714 or 12512987. OLE color: 12512987.
HSL color Cylindrical-coordinate representation of color #DBEEBE: hue angle of 83.75º degrees, saturation: 0.59, 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 #DBEEBE is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 190 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.07 |
| HSL | 83.75º | 0.59% | 0.84% | - |
| HSV(B) | 83.75º | 0.2% | 0.93% | - |
| XYZ | 69.08 | 79.93 | 60.5 | - |
| YUV | 226.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 190 | 0.08 | 0 | 0.20 | 0.07 | 83.75 | 0.59 | 0.84 |
| Hex | DB | EE | BE | 8 | 0 | 14 | 7 | 54 | 3B | 54 |
| Octal | 333 | 356 | 276 | 10 | 0 | 24 | 7 | 124 | 73 | 124 |
| Binary | 11011011 | 11101110 | 10111110 | 1000 | 0 | 10100 | 111 | 1010100 | 111011 | 1010100 |
Color Harmonies of #DBEEBE
Complementary color
Monochromatic Colors of #DBEEBE
Black with #DBEEBE
Text Example
Text Example
White with #DBEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEBE; }
p { color: rgb(219,238,190); }
H1.HeaderClassName
{
color: #DBEEBE;
}
.AnyTagClassName
{
color: #DBEEBE;
}
</style>
background-color css
<style>
a { background-color: #DBEEBE; }
a { background-color: rgb(219,238,190); }
div.DivClassName
{
background-color: #DBEEBE;
}
.BgClassName
{
background-color: #DBEEBE;
}
</style>
border-color css
<style>
span { border-color: #DBEEBE; }
span { border-color: rgb(219,238,190); }
td.TdClassName
{
border-color: #DBEEBE;
}
.TagClassName
{
border-color: #DBEEBE;
}
</style>