Shades of Willow Brook #DAEBC3
Tints of Willow Brook #DAEBC3
RGB
CMYK
RGB Variations
Color information
#DAEBC3 (or 0xDAEBC3) is known color: Willow Brook. HEX triplet: DA, EB and C3. RGB value is (218,235,195). Sum of RGB (Red+Green+Blue) = 218+235+195=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC3 is #25143C. Grayscale: #E1E1E1. Windows color (decimal): -2430013 or 12839898. OLE color: 12839898.
HSL color Cylindrical-coordinate representation of color #DAEBC3: hue angle of 85.5º degrees, saturation: 0.5, 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 #DAEBC3 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 195 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.08 |
| HSL | 85.5º | 0.5% | 0.84% | - |
| HSV(B) | 85.5º | 0.17% | 0.92% | - |
| XYZ | 68.47 | 78.26 | 63.13 | - |
| YUV | 225.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 195 | 0.07 | 0 | 0.17 | 0.08 | 85.5 | 0.5 | 0.84 |
| Hex | DA | EB | C3 | 7 | 0 | 11 | 8 | 56 | 32 | 54 |
| Octal | 332 | 353 | 303 | 7 | 0 | 21 | 10 | 126 | 62 | 124 |
| Binary | 11011010 | 11101011 | 11000011 | 111 | 0 | 10001 | 1000 | 1010110 | 110010 | 1010100 |
Color Harmonies of #DAEBC3
Complementary color
Monochromatic Colors of #DAEBC3
Black with #DAEBC3
Text Example
Text Example
White with #DAEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBC3; }
p { color: rgb(218,235,195); }
H1.HeaderClassName
{
color: #DAEBC3;
}
.AnyTagClassName
{
color: #DAEBC3;
}
</style>
background-color css
<style>
a { background-color: #DAEBC3; }
a { background-color: rgb(218,235,195); }
div.DivClassName
{
background-color: #DAEBC3;
}
.BgClassName
{
background-color: #DAEBC3;
}
</style>
border-color css
<style>
span { border-color: #DAEBC3; }
span { border-color: rgb(218,235,195); }
td.TdClassName
{
border-color: #DAEBC3;
}
.TagClassName
{
border-color: #DAEBC3;
}
</style>