Shades of Willow Brook #DBEBC2
Tints of Willow Brook #DBEBC2
RGB
CMYK
RGB Variations
Color information
#DBEBC2 (or 0xDBEBC2) is known color: Willow Brook. HEX triplet: DB, EB and C2. RGB value is (219,235,194). Sum of RGB (Red+Green+Blue) = 219+235+194=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC2 is #24143D. Grayscale: #E1E1E1. Windows color (decimal): -2364478 or 12774363. OLE color: 12774363.
HSL color Cylindrical-coordinate representation of color #DBEBC2: hue angle of 83.41º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBEBC2 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 194 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.08 |
| HSL | 83.41º | 0.51% | 0.84% | - |
| HSV(B) | 83.41º | 0.17% | 0.92% | - |
| XYZ | 68.66 | 78.37 | 62.55 | - |
| YUV | 225.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 194 | 0.07 | 0 | 0.17 | 0.08 | 83.41 | 0.51 | 0.84 |
| Hex | DB | EB | C2 | 7 | 0 | 11 | 8 | 53 | 33 | 54 |
| Octal | 333 | 353 | 302 | 7 | 0 | 21 | 10 | 123 | 63 | 124 |
| Binary | 11011011 | 11101011 | 11000010 | 111 | 0 | 10001 | 1000 | 1010011 | 110011 | 1010100 |
Color Harmonies of #DBEBC2
Complementary color
Monochromatic Colors of #DBEBC2
Black with #DBEBC2
Text Example
Text Example
White with #DBEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBC2; }
p { color: rgb(219,235,194); }
H1.HeaderClassName
{
color: #DBEBC2;
}
.AnyTagClassName
{
color: #DBEBC2;
}
</style>
background-color css
<style>
a { background-color: #DBEBC2; }
a { background-color: rgb(219,235,194); }
div.DivClassName
{
background-color: #DBEBC2;
}
.BgClassName
{
background-color: #DBEBC2;
}
</style>
border-color css
<style>
span { border-color: #DBEBC2; }
span { border-color: rgb(219,235,194); }
td.TdClassName
{
border-color: #DBEBC2;
}
.TagClassName
{
border-color: #DBEBC2;
}
</style>