Shades of Willow Brook #DAEBBF
Tints of Willow Brook #DAEBBF
RGB
CMYK
RGB Variations
Color information
#DAEBBF (or 0xDAEBBF) is known color: Willow Brook. HEX triplet: DA, EB and BF. RGB value is (218,235,191). Sum of RGB (Red+Green+Blue) = 218+235+191=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBBF is #251440. Grayscale: #E1E1E1. Windows color (decimal): -2430017 or 12577754. OLE color: 12577754.
HSL color Cylindrical-coordinate representation of color #DAEBBF: hue angle of 83.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAEBBF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 191 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.08 |
| HSL | 83.18º | 0.52% | 0.84% | - |
| HSV(B) | 83.18º | 0.19% | 0.92% | - |
| XYZ | 68.03 | 78.08 | 60.78 | - |
| YUV | 224.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 191 | 0.07 | 0 | 0.19 | 0.08 | 83.18 | 0.52 | 0.84 |
| Hex | DA | EB | BF | 7 | 0 | 13 | 8 | 53 | 34 | 54 |
| Octal | 332 | 353 | 277 | 7 | 0 | 23 | 10 | 123 | 64 | 124 |
| Binary | 11011010 | 11101011 | 10111111 | 111 | 0 | 10011 | 1000 | 1010011 | 110100 | 1010100 |
Color Harmonies of #DAEBBF
Complementary color
Monochromatic Colors of #DAEBBF
Black with #DAEBBF
Text Example
Text Example
White with #DAEBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBBF; }
p { color: rgb(218,235,191); }
H1.HeaderClassName
{
color: #DAEBBF;
}
.AnyTagClassName
{
color: #DAEBBF;
}
</style>
background-color css
<style>
a { background-color: #DAEBBF; }
a { background-color: rgb(218,235,191); }
div.DivClassName
{
background-color: #DAEBBF;
}
.BgClassName
{
background-color: #DAEBBF;
}
</style>
border-color css
<style>
span { border-color: #DAEBBF; }
span { border-color: rgb(218,235,191); }
td.TdClassName
{
border-color: #DAEBBF;
}
.TagClassName
{
border-color: #DAEBBF;
}
</style>