Shades of Willow Brook #DAEEBE
Tints of Willow Brook #DAEEBE
RGB
CMYK
RGB Variations
Color information
#DAEEBE (or 0xDAEEBE) is known color: Willow Brook. HEX triplet: DA, EE and BE. RGB value is (218,238,190). Sum of RGB (Red+Green+Blue) = 218+238+190=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEBE is #251141. Grayscale: #E2E2E2. Windows color (decimal): -2429250 or 12512986. OLE color: 12512986.
HSL color Cylindrical-coordinate representation of color #DAEEBE: hue angle of 85º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAEEBE is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 190 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.07 |
| HSL | 85º | 0.59% | 0.84% | - |
| HSV(B) | 85º | 0.2% | 0.93% | - |
| XYZ | 68.78 | 79.77 | 60.49 | - |
| YUV | 226.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 190 | 0.08 | 0 | 0.20 | 0.07 | 85 | 0.59 | 0.84 |
| Hex | DA | EE | BE | 8 | 0 | 14 | 7 | 55 | 3B | 54 |
| Octal | 332 | 356 | 276 | 10 | 0 | 24 | 7 | 125 | 73 | 124 |
| Binary | 11011010 | 11101110 | 10111110 | 1000 | 0 | 10100 | 111 | 1010101 | 111011 | 1010100 |
Color Harmonies of #DAEEBE
Complementary color
Monochromatic Colors of #DAEEBE
Black with #DAEEBE
Text Example
Text Example
White with #DAEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEBE; }
p { color: rgb(218,238,190); }
H1.HeaderClassName
{
color: #DAEEBE;
}
.AnyTagClassName
{
color: #DAEEBE;
}
</style>
background-color css
<style>
a { background-color: #DAEEBE; }
a { background-color: rgb(218,238,190); }
div.DivClassName
{
background-color: #DAEEBE;
}
.BgClassName
{
background-color: #DAEEBE;
}
</style>
border-color css
<style>
span { border-color: #DAEEBE; }
span { border-color: rgb(218,238,190); }
td.TdClassName
{
border-color: #DAEEBE;
}
.TagClassName
{
border-color: #DAEEBE;
}
</style>