Shades of Willow Brook #DAEDC0
Tints of Willow Brook #DAEDC0
RGB
CMYK
RGB Variations
Color information
#DAEDC0 (or 0xDAEDC0) is known color: Willow Brook. HEX triplet: DA, ED and C0. RGB value is (218,237,192). Sum of RGB (Red+Green+Blue) = 218+237+192=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC0 is #25123F. Grayscale: #E2E2E2. Windows color (decimal): -2429504 or 12643802. OLE color: 12643802.
HSL color Cylindrical-coordinate representation of color #DAEDC0: hue angle of 85.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAEDC0 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 192 | - |
CMYK | 0.08 | 0 | 0.19 | 0.07 |
HSL | 85.33º | 0.56% | 0.84% | - |
HSV(B) | 85.33º | 0.19% | 0.93% | - |
XYZ | 68.71 | 79.28 | 61.55 | - |
YUV | 226.19 | 108.71 | 122.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 192 | 0.08 | 0 | 0.19 | 0.07 | 85.33 | 0.56 | 0.84 |
Hex | DA | ED | C0 | 8 | 0 | 13 | 7 | 55 | 38 | 54 |
Octal | 332 | 355 | 300 | 10 | 0 | 23 | 7 | 125 | 70 | 124 |
Binary | 11011010 | 11101101 | 11000000 | 1000 | 0 | 10011 | 111 | 1010101 | 111000 | 1010100 |
Color Harmonies of #DAEDC0
Complementary color
Monochromatic Colors of #DAEDC0
Black with #DAEDC0
Text Example
Text Example
White with #DAEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDC0; }
p { color: rgb(218,237,192); }
H1.HeaderClassName
{
color: #DAEDC0;
}
.AnyTagClassName
{
color: #DAEDC0;
}
</style>
background-color css
<style>
a { background-color: #DAEDC0; }
a { background-color: rgb(218,237,192); }
div.DivClassName
{
background-color: #DAEDC0;
}
.BgClassName
{
background-color: #DAEDC0;
}
</style>
border-color css
<style>
span { border-color: #DAEDC0; }
span { border-color: rgb(218,237,192); }
td.TdClassName
{
border-color: #DAEDC0;
}
.TagClassName
{
border-color: #DAEDC0;
}
</style>