Shades of Willow Brook #DAEBC2
Tints of Willow Brook #DAEBC2
RGB
CMYK
RGB Variations
Color information
#DAEBC2 (or 0xDAEBC2) is known color: Willow Brook. HEX triplet: DA, EB and C2. RGB value is (218,235,194). Sum of RGB (Red+Green+Blue) = 218+235+194=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC2 is #25143D. Grayscale: #E1E1E1. Windows color (decimal): -2430014 or 12774362. OLE color: 12774362.
HSL color Cylindrical-coordinate representation of color #DAEBC2: hue angle of 84.88º 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 #DAEBC2 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 194 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.08 |
| HSL | 84.88º | 0.51% | 0.84% | - |
| HSV(B) | 84.88º | 0.17% | 0.92% | - |
| XYZ | 68.36 | 78.22 | 62.53 | - |
| YUV | 225.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 194 | 0.07 | 0 | 0.17 | 0.08 | 84.88 | 0.51 | 0.84 |
| Hex | DA | EB | C2 | 7 | 0 | 11 | 8 | 55 | 33 | 54 |
| Octal | 332 | 353 | 302 | 7 | 0 | 21 | 10 | 125 | 63 | 124 |
| Binary | 11011010 | 11101011 | 11000010 | 111 | 0 | 10001 | 1000 | 1010101 | 110011 | 1010100 |
Color Harmonies of #DAEBC2
Complementary color
Monochromatic Colors of #DAEBC2
Black with #DAEBC2
Text Example
Text Example
White with #DAEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBC2; }
p { color: rgb(218,235,194); }
H1.HeaderClassName
{
color: #DAEBC2;
}
.AnyTagClassName
{
color: #DAEBC2;
}
</style>
background-color css
<style>
a { background-color: #DAEBC2; }
a { background-color: rgb(218,235,194); }
div.DivClassName
{
background-color: #DAEBC2;
}
.BgClassName
{
background-color: #DAEBC2;
}
</style>
border-color css
<style>
span { border-color: #DAEBC2; }
span { border-color: rgb(218,235,194); }
td.TdClassName
{
border-color: #DAEBC2;
}
.TagClassName
{
border-color: #DAEBC2;
}
</style>