Shades of Willow Brook #DAEBC1
Tints of Willow Brook #DAEBC1
RGB
CMYK
RGB Variations
Color information
#DAEBC1 (or 0xDAEBC1) is known color: Willow Brook. HEX triplet: DA, EB and C1. RGB value is (218,235,193). Sum of RGB (Red+Green+Blue) = 218+235+193=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC1 is #25143E. Grayscale: #E1E1E1. Windows color (decimal): -2430015 or 12708826. OLE color: 12708826.
HSL color Cylindrical-coordinate representation of color #DAEBC1: hue angle of 84.29º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAEBC1 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 193 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.08 |
| HSL | 84.29º | 0.51% | 0.84% | - |
| HSV(B) | 84.29º | 0.18% | 0.92% | - |
| XYZ | 68.25 | 78.17 | 61.94 | - |
| YUV | 225.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 193 | 0.07 | 0 | 0.18 | 0.08 | 84.29 | 0.51 | 0.84 |
| Hex | DA | EB | C1 | 7 | 0 | 12 | 8 | 54 | 33 | 54 |
| Octal | 332 | 353 | 301 | 7 | 0 | 22 | 10 | 124 | 63 | 124 |
| Binary | 11011010 | 11101011 | 11000001 | 111 | 0 | 10010 | 1000 | 1010100 | 110011 | 1010100 |
Color Harmonies of #DAEBC1
Complementary color
Monochromatic Colors of #DAEBC1
Black with #DAEBC1
Text Example
Text Example
White with #DAEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBC1; }
p { color: rgb(218,235,193); }
H1.HeaderClassName
{
color: #DAEBC1;
}
.AnyTagClassName
{
color: #DAEBC1;
}
</style>
background-color css
<style>
a { background-color: #DAEBC1; }
a { background-color: rgb(218,235,193); }
div.DivClassName
{
background-color: #DAEBC1;
}
.BgClassName
{
background-color: #DAEBC1;
}
</style>
border-color css
<style>
span { border-color: #DAEBC1; }
span { border-color: rgb(218,235,193); }
td.TdClassName
{
border-color: #DAEBC1;
}
.TagClassName
{
border-color: #DAEBC1;
}
</style>