Shades of Willow Brook #DBEFBC
Tints of Willow Brook #DBEFBC
RGB
CMYK
RGB Variations
Color information
#DBEFBC (or 0xDBEFBC) is known color: Willow Brook. HEX triplet: DB, EF and BC. RGB value is (219,239,188). Sum of RGB (Red+Green+Blue) = 219+239+188=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFBC is #241043. Grayscale: #E3E3E3. Windows color (decimal): -2363460 or 12382171. OLE color: 12382171.
HSL color Cylindrical-coordinate representation of color #DBEFBC: hue angle of 83.53º degrees, saturation: 0.61, 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 #DBEFBC is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 188 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.06 |
| HSL | 83.53º | 0.61% | 0.84% | - |
| HSV(B) | 83.53º | 0.21% | 0.94% | - |
| XYZ | 69.16 | 80.42 | 59.46 | - |
| YUV | 227.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 188 | 0.08 | 0 | 0.21 | 0.06 | 83.53 | 0.61 | 0.84 |
| Hex | DB | EF | BC | 8 | 0 | 15 | 6 | 54 | 3D | 54 |
| Octal | 333 | 357 | 274 | 10 | 0 | 25 | 6 | 124 | 75 | 124 |
| Binary | 11011011 | 11101111 | 10111100 | 1000 | 0 | 10101 | 110 | 1010100 | 111101 | 1010100 |
Color Harmonies of #DBEFBC
Complementary color
Monochromatic Colors of #DBEFBC
Black with #DBEFBC
Text Example
Text Example
White with #DBEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFBC; }
p { color: rgb(219,239,188); }
H1.HeaderClassName
{
color: #DBEFBC;
}
.AnyTagClassName
{
color: #DBEFBC;
}
</style>
background-color css
<style>
a { background-color: #DBEFBC; }
a { background-color: rgb(219,239,188); }
div.DivClassName
{
background-color: #DBEFBC;
}
.BgClassName
{
background-color: #DBEFBC;
}
</style>
border-color css
<style>
span { border-color: #DBEFBC; }
span { border-color: rgb(219,239,188); }
td.TdClassName
{
border-color: #DBEFBC;
}
.TagClassName
{
border-color: #DBEFBC;
}
</style>