Shades of Willow Brook #DBEFBB
Tints of Willow Brook #DBEFBB
RGB
CMYK
RGB Variations
Color information
#DBEFBB (or 0xDBEFBB) is known color: Willow Brook. HEX triplet: DB, EF and BB. RGB value is (219,239,187). Sum of RGB (Red+Green+Blue) = 219+239+187=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFBB is #241044. Grayscale: #E3E3E3. Windows color (decimal): -2363461 or 12316635. OLE color: 12316635.
HSL color Cylindrical-coordinate representation of color #DBEFBB: hue angle of 83.08º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBEFBB is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 187 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.06 |
| HSL | 83.08º | 0.62% | 0.84% | - |
| HSV(B) | 83.08º | 0.22% | 0.94% | - |
| XYZ | 69.05 | 80.38 | 58.89 | - |
| YUV | 227.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 187 | 0.08 | 0 | 0.22 | 0.06 | 83.08 | 0.62 | 0.84 |
| Hex | DB | EF | BB | 8 | 0 | 16 | 6 | 53 | 3E | 54 |
| Octal | 333 | 357 | 273 | 10 | 0 | 26 | 6 | 123 | 76 | 124 |
| Binary | 11011011 | 11101111 | 10111011 | 1000 | 0 | 10110 | 110 | 1010011 | 111110 | 1010100 |
Color Harmonies of #DBEFBB
Complementary color
Monochromatic Colors of #DBEFBB
Black with #DBEFBB
Text Example
Text Example
White with #DBEFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFBB; }
p { color: rgb(219,239,187); }
H1.HeaderClassName
{
color: #DBEFBB;
}
.AnyTagClassName
{
color: #DBEFBB;
}
</style>
background-color css
<style>
a { background-color: #DBEFBB; }
a { background-color: rgb(219,239,187); }
div.DivClassName
{
background-color: #DBEFBB;
}
.BgClassName
{
background-color: #DBEFBB;
}
</style>
border-color css
<style>
span { border-color: #DBEFBB; }
span { border-color: rgb(219,239,187); }
td.TdClassName
{
border-color: #DBEFBB;
}
.TagClassName
{
border-color: #DBEFBB;
}
</style>