Shades of Willow Brook #DAECC2
Tints of Willow Brook #DAECC2
RGB
CMYK
RGB Variations
Color information
#DAECC2 (or 0xDAECC2) is known color: Willow Brook. HEX triplet: DA, EC and C2. RGB value is (218,236,194). Sum of RGB (Red+Green+Blue) = 218+236+194=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECC2 is #25133D. Grayscale: #E1E1E1. Windows color (decimal): -2429758 or 12774618. OLE color: 12774618.
HSL color Cylindrical-coordinate representation of color #DAECC2: hue angle of 85.71º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAECC2 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 194 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.07 |
| HSL | 85.71º | 0.53% | 0.84% | - |
| HSV(B) | 85.71º | 0.18% | 0.93% | - |
| XYZ | 68.65 | 78.79 | 62.63 | - |
| YUV | 225.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 194 | 0.08 | 0 | 0.18 | 0.07 | 85.71 | 0.53 | 0.84 |
| Hex | DA | EC | C2 | 8 | 0 | 12 | 7 | 56 | 34 | 54 |
| Octal | 332 | 354 | 302 | 10 | 0 | 22 | 7 | 126 | 64 | 124 |
| Binary | 11011010 | 11101100 | 11000010 | 1000 | 0 | 10010 | 111 | 1010110 | 110100 | 1010100 |
Color Harmonies of #DAECC2
Complementary color
Monochromatic Colors of #DAECC2
Black with #DAECC2
Text Example
Text Example
White with #DAECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECC2; }
p { color: rgb(218,236,194); }
H1.HeaderClassName
{
color: #DAECC2;
}
.AnyTagClassName
{
color: #DAECC2;
}
</style>
background-color css
<style>
a { background-color: #DAECC2; }
a { background-color: rgb(218,236,194); }
div.DivClassName
{
background-color: #DAECC2;
}
.BgClassName
{
background-color: #DAECC2;
}
</style>
border-color css
<style>
span { border-color: #DAECC2; }
span { border-color: rgb(218,236,194); }
td.TdClassName
{
border-color: #DAECC2;
}
.TagClassName
{
border-color: #DAECC2;
}
</style>