Shades of Willow Brook #DAEEBD
Tints of Willow Brook #DAEEBD
RGB
CMYK
RGB Variations
Color information
#DAEEBD (or 0xDAEEBD) is known color: Willow Brook. HEX triplet: DA, EE and BD. RGB value is (218,238,189). Sum of RGB (Red+Green+Blue) = 218+238+189=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEBD is #251142. Grayscale: #E2E2E2. Windows color (decimal): -2429251 or 12447450. OLE color: 12447450.
HSL color Cylindrical-coordinate representation of color #DAEEBD: hue angle of 84.49º degrees, saturation: 0.59, 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 #DAEEBD is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 189 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.07 |
| HSL | 84.49º | 0.59% | 0.84% | - |
| HSV(B) | 84.49º | 0.21% | 0.93% | - |
| XYZ | 68.67 | 79.73 | 59.91 | - |
| YUV | 226.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 189 | 0.08 | 0 | 0.21 | 0.07 | 84.49 | 0.59 | 0.84 |
| Hex | DA | EE | BD | 8 | 0 | 15 | 7 | 54 | 3B | 54 |
| Octal | 332 | 356 | 275 | 10 | 0 | 25 | 7 | 124 | 73 | 124 |
| Binary | 11011010 | 11101110 | 10111101 | 1000 | 0 | 10101 | 111 | 1010100 | 111011 | 1010100 |
Color Harmonies of #DAEEBD
Complementary color
Monochromatic Colors of #DAEEBD
Black with #DAEEBD
Text Example
Text Example
White with #DAEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEBD; }
p { color: rgb(218,238,189); }
H1.HeaderClassName
{
color: #DAEEBD;
}
.AnyTagClassName
{
color: #DAEEBD;
}
</style>
background-color css
<style>
a { background-color: #DAEEBD; }
a { background-color: rgb(218,238,189); }
div.DivClassName
{
background-color: #DAEEBD;
}
.BgClassName
{
background-color: #DAEEBD;
}
</style>
border-color css
<style>
span { border-color: #DAEEBD; }
span { border-color: rgb(218,238,189); }
td.TdClassName
{
border-color: #DAEEBD;
}
.TagClassName
{
border-color: #DAEEBD;
}
</style>