Shades of Willow Brook #DAECC0
Tints of Willow Brook #DAECC0
RGB
CMYK
RGB Variations
Color information
#DAECC0 (or 0xDAECC0) is known color: Willow Brook. HEX triplet: DA, EC and C0. RGB value is (218,236,192). Sum of RGB (Red+Green+Blue) = 218+236+192=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECC0 is #25133F. Grayscale: #E1E1E1. Windows color (decimal): -2429760 or 12643546. OLE color: 12643546.
HSL color Cylindrical-coordinate representation of color #DAECC0: hue angle of 84.55º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAECC0 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 192 | - |
CMYK | 0.08 | 0 | 0.19 | 0.07 |
HSL | 84.55º | 0.54% | 0.84% | - |
HSV(B) | 84.55º | 0.19% | 0.93% | - |
XYZ | 68.42 | 78.7 | 61.45 | - |
YUV | 225.6 | 109.04 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 192 | 0.08 | 0 | 0.19 | 0.07 | 84.55 | 0.54 | 0.84 |
Hex | DA | EC | C0 | 8 | 0 | 13 | 7 | 55 | 36 | 54 |
Octal | 332 | 354 | 300 | 10 | 0 | 23 | 7 | 125 | 66 | 124 |
Binary | 11011010 | 11101100 | 11000000 | 1000 | 0 | 10011 | 111 | 1010101 | 110110 | 1010100 |
Color Harmonies of #DAECC0
Complementary color
Monochromatic Colors of #DAECC0
Black with #DAECC0
Text Example
Text Example
White with #DAECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECC0; }
p { color: rgb(218,236,192); }
H1.HeaderClassName
{
color: #DAECC0;
}
.AnyTagClassName
{
color: #DAECC0;
}
</style>
background-color css
<style>
a { background-color: #DAECC0; }
a { background-color: rgb(218,236,192); }
div.DivClassName
{
background-color: #DAECC0;
}
.BgClassName
{
background-color: #DAECC0;
}
</style>
border-color css
<style>
span { border-color: #DAECC0; }
span { border-color: rgb(218,236,192); }
td.TdClassName
{
border-color: #DAECC0;
}
.TagClassName
{
border-color: #DAECC0;
}
</style>