Shades of Willow Brook #DAEEBC
Tints of Willow Brook #DAEEBC
RGB
CMYK
RGB Variations
Color information
#DAEEBC (or 0xDAEEBC) is known color: Willow Brook. HEX triplet: DA, EE and BC. RGB value is (218,238,188). Sum of RGB (Red+Green+Blue) = 218+238+188=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEBC is #251143. Grayscale: #E2E2E2. Windows color (decimal): -2429252 or 12381914. OLE color: 12381914.
HSL color Cylindrical-coordinate representation of color #DAEEBC: hue angle of 84º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAEEBC is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 188 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.07 |
| HSL | 84º | 0.6% | 0.84% | - |
| HSV(B) | 84º | 0.21% | 0.93% | - |
| XYZ | 68.57 | 79.69 | 59.34 | - |
| YUV | 226.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 188 | 0.08 | 0 | 0.21 | 0.07 | 84 | 0.6 | 0.84 |
| Hex | DA | EE | BC | 8 | 0 | 15 | 7 | 54 | 3C | 54 |
| Octal | 332 | 356 | 274 | 10 | 0 | 25 | 7 | 124 | 74 | 124 |
| Binary | 11011010 | 11101110 | 10111100 | 1000 | 0 | 10101 | 111 | 1010100 | 111100 | 1010100 |
Color Harmonies of #DAEEBC
Complementary color
Monochromatic Colors of #DAEEBC
Black with #DAEEBC
Text Example
Text Example
White with #DAEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEBC; }
p { color: rgb(218,238,188); }
H1.HeaderClassName
{
color: #DAEEBC;
}
.AnyTagClassName
{
color: #DAEEBC;
}
</style>
background-color css
<style>
a { background-color: #DAEEBC; }
a { background-color: rgb(218,238,188); }
div.DivClassName
{
background-color: #DAEEBC;
}
.BgClassName
{
background-color: #DAEEBC;
}
</style>
border-color css
<style>
span { border-color: #DAEEBC; }
span { border-color: rgb(218,238,188); }
td.TdClassName
{
border-color: #DAEEBC;
}
.TagClassName
{
border-color: #DAEEBC;
}
</style>