Shades of Willow Brook #DBEBBD
Tints of Willow Brook #DBEBBD
RGB
CMYK
RGB Variations
Color information
#DBEBBD (or 0xDBEBBD) is known color: Willow Brook. HEX triplet: DB, EB and BD. RGB value is (219,235,189). Sum of RGB (Red+Green+Blue) = 219+235+189=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBBD is #241442. Grayscale: #E1E1E1. Windows color (decimal): -2364483 or 12446683. OLE color: 12446683.
HSL color Cylindrical-coordinate representation of color #DBEBBD: hue angle of 80.87º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBEBBD is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 189 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.08 |
| HSL | 80.87º | 0.53% | 0.83% | - |
| HSV(B) | 80.87º | 0.2% | 0.92% | - |
| XYZ | 68.11 | 78.15 | 59.64 | - |
| YUV | 224.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 189 | 0.07 | 0 | 0.20 | 0.08 | 80.87 | 0.53 | 0.83 |
| Hex | DB | EB | BD | 7 | 0 | 14 | 8 | 51 | 35 | 53 |
| Octal | 333 | 353 | 275 | 7 | 0 | 24 | 10 | 121 | 65 | 123 |
| Binary | 11011011 | 11101011 | 10111101 | 111 | 0 | 10100 | 1000 | 1010001 | 110101 | 1010011 |
Color Harmonies of #DBEBBD
Complementary color
Monochromatic Colors of #DBEBBD
Black with #DBEBBD
Text Example
Text Example
White with #DBEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBBD; }
p { color: rgb(219,235,189); }
H1.HeaderClassName
{
color: #DBEBBD;
}
.AnyTagClassName
{
color: #DBEBBD;
}
</style>
background-color css
<style>
a { background-color: #DBEBBD; }
a { background-color: rgb(219,235,189); }
div.DivClassName
{
background-color: #DBEBBD;
}
.BgClassName
{
background-color: #DBEBBD;
}
</style>
border-color css
<style>
span { border-color: #DBEBBD; }
span { border-color: rgb(219,235,189); }
td.TdClassName
{
border-color: #DBEBBD;
}
.TagClassName
{
border-color: #DBEBBD;
}
</style>