Shades of Willow Brook #DAECBF
Tints of Willow Brook #DAECBF
RGB
CMYK
RGB Variations
Color information
#DAECBF (or 0xDAECBF) is known color: Willow Brook. HEX triplet: DA, EC and BF. RGB value is (218,236,191). Sum of RGB (Red+Green+Blue) = 218+236+191=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECBF is #251340. Grayscale: #E1E1E1. Windows color (decimal): -2429761 or 12578010. OLE color: 12578010.
HSL color Cylindrical-coordinate representation of color #DAECBF: hue angle of 84º 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 #DAECBF is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 191 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.07 |
| HSL | 84º | 0.54% | 0.84% | - |
| HSV(B) | 84º | 0.19% | 0.93% | - |
| XYZ | 68.31 | 78.66 | 60.87 | - |
| YUV | 225.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 191 | 0.08 | 0 | 0.19 | 0.07 | 84 | 0.54 | 0.84 |
| Hex | DA | EC | BF | 8 | 0 | 13 | 7 | 54 | 36 | 54 |
| Octal | 332 | 354 | 277 | 10 | 0 | 23 | 7 | 124 | 66 | 124 |
| Binary | 11011010 | 11101100 | 10111111 | 1000 | 0 | 10011 | 111 | 1010100 | 110110 | 1010100 |
Color Harmonies of #DAECBF
Complementary color
Monochromatic Colors of #DAECBF
Black with #DAECBF
Text Example
Text Example
White with #DAECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECBF; }
p { color: rgb(218,236,191); }
H1.HeaderClassName
{
color: #DAECBF;
}
.AnyTagClassName
{
color: #DAECBF;
}
</style>
background-color css
<style>
a { background-color: #DAECBF; }
a { background-color: rgb(218,236,191); }
div.DivClassName
{
background-color: #DAECBF;
}
.BgClassName
{
background-color: #DAECBF;
}
</style>
border-color css
<style>
span { border-color: #DAECBF; }
span { border-color: rgb(218,236,191); }
td.TdClassName
{
border-color: #DAECBF;
}
.TagClassName
{
border-color: #DAECBF;
}
</style>