Shades of Willow Brook #DBF0BE
Tints of Willow Brook #DBF0BE
RGB
CMYK
RGB Variations
Color information
#DBF0BE (or 0xDBF0BE) is known color: Willow Brook. HEX triplet: DB, F0 and BE. RGB value is (219,240,190). Sum of RGB (Red+Green+Blue) = 219+240+190=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0BE is #240F41. Grayscale: #E4E4E4. Windows color (decimal): -2363202 or 12513499. OLE color: 12513499.
HSL color Cylindrical-coordinate representation of color #DBF0BE: hue angle of 85.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF0BE is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 190 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.06 |
| HSL | 85.2º | 0.63% | 0.84% | - |
| HSV(B) | 85.2º | 0.21% | 0.94% | - |
| XYZ | 69.67 | 81.1 | 60.7 | - |
| YUV | 228.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 190 | 0.09 | 0 | 0.21 | 0.06 | 85.2 | 0.63 | 0.84 |
| Hex | DB | F0 | BE | 9 | 0 | 15 | 6 | 55 | 3E | 54 |
| Octal | 333 | 360 | 276 | 11 | 0 | 25 | 6 | 125 | 76 | 124 |
| Binary | 11011011 | 11110000 | 10111110 | 1001 | 0 | 10101 | 110 | 1010101 | 111110 | 1010100 |
Color Harmonies of #DBF0BE
Complementary color
Monochromatic Colors of #DBF0BE
Black with #DBF0BE
Text Example
Text Example
White with #DBF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0BE; }
p { color: rgb(219,240,190); }
H1.HeaderClassName
{
color: #DBF0BE;
}
.AnyTagClassName
{
color: #DBF0BE;
}
</style>
background-color css
<style>
a { background-color: #DBF0BE; }
a { background-color: rgb(219,240,190); }
div.DivClassName
{
background-color: #DBF0BE;
}
.BgClassName
{
background-color: #DBF0BE;
}
</style>
border-color css
<style>
span { border-color: #DBF0BE; }
span { border-color: rgb(219,240,190); }
td.TdClassName
{
border-color: #DBF0BE;
}
.TagClassName
{
border-color: #DBF0BE;
}
</style>