Shades of Willow Brook #DBE9BC
Tints of Willow Brook #DBE9BC
RGB
CMYK
RGB Variations
Color information
#DBE9BC (or 0xDBE9BC) is known color: Willow Brook. HEX triplet: DB, E9 and BC. RGB value is (219,233,188). Sum of RGB (Red+Green+Blue) = 219+233+188=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9BC is #241643. Grayscale: #DFDFDF. Windows color (decimal): -2364996 or 12380635. OLE color: 12380635.
HSL color Cylindrical-coordinate representation of color #DBE9BC: hue angle of 78.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBE9BC is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 188 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.09 |
| HSL | 78.67º | 0.51% | 0.83% | - |
| HSV(B) | 78.67º | 0.19% | 0.91% | - |
| XYZ | 67.43 | 76.97 | 58.88 | - |
| YUV | 223.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 188 | 0.06 | 0 | 0.19 | 0.09 | 78.67 | 0.51 | 0.83 |
| Hex | DB | E9 | BC | 6 | 0 | 13 | 9 | 4F | 33 | 53 |
| Octal | 333 | 351 | 274 | 6 | 0 | 23 | 11 | 117 | 63 | 123 |
| Binary | 11011011 | 11101001 | 10111100 | 110 | 0 | 10011 | 1001 | 1001111 | 110011 | 1010011 |
Color Harmonies of #DBE9BC
Complementary color
Monochromatic Colors of #DBE9BC
Black with #DBE9BC
Text Example
Text Example
White with #DBE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9BC; }
p { color: rgb(219,233,188); }
H1.HeaderClassName
{
color: #DBE9BC;
}
.AnyTagClassName
{
color: #DBE9BC;
}
</style>
background-color css
<style>
a { background-color: #DBE9BC; }
a { background-color: rgb(219,233,188); }
div.DivClassName
{
background-color: #DBE9BC;
}
.BgClassName
{
background-color: #DBE9BC;
}
</style>
border-color css
<style>
span { border-color: #DBE9BC; }
span { border-color: rgb(219,233,188); }
td.TdClassName
{
border-color: #DBE9BC;
}
.TagClassName
{
border-color: #DBE9BC;
}
</style>