Shades of Willow Brook #E2EDCC
Tints of Willow Brook #E2EDCC
RGB
CMYK
RGB Variations
Color information
#E2EDCC (or 0xE2EDCC) is known color: Willow Brook. HEX triplet: E2, ED and CC. RGB value is (226,237,204). Sum of RGB (Red+Green+Blue) = 226+237+204=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDCC is #1D1233. Grayscale: #E6E6E6. Windows color (decimal): -1905204 or 13430242. OLE color: 13430242.
HSL color Cylindrical-coordinate representation of color #E2EDCC: hue angle of 80º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2EDCC is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 237 | 204 | - |
CMYK | 0.05 | 0 | 0.14 | 0.07 |
HSL | 80º | 0.48% | 0.86% | - |
HSV(B) | 80º | 0.14% | 0.93% | - |
XYZ | 72.55 | 81.1 | 68.96 | - |
YUV | 229.95 | 113.36 | 125.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 204 | 0.05 | 0 | 0.14 | 0.07 | 80 | 0.48 | 0.86 |
Hex | E2 | ED | CC | 5 | 0 | E | 7 | 50 | 30 | 56 |
Octal | 342 | 355 | 314 | 5 | 0 | 16 | 7 | 120 | 60 | 126 |
Binary | 11100010 | 11101101 | 11001100 | 101 | 0 | 1110 | 111 | 1010000 | 110000 | 1010110 |
Color Harmonies of #E2EDCC
Complementary color
Monochromatic Colors of #E2EDCC
Black with #E2EDCC
Text Example
Text Example
White with #E2EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDCC; }
p { color: rgb(226,237,204); }
H1.HeaderClassName
{
color: #E2EDCC;
}
.AnyTagClassName
{
color: #E2EDCC;
}
</style>
background-color css
<style>
a { background-color: #E2EDCC; }
a { background-color: rgb(226,237,204); }
div.DivClassName
{
background-color: #E2EDCC;
}
.BgClassName
{
background-color: #E2EDCC;
}
</style>
border-color css
<style>
span { border-color: #E2EDCC; }
span { border-color: rgb(226,237,204); }
td.TdClassName
{
border-color: #E2EDCC;
}
.TagClassName
{
border-color: #E2EDCC;
}
</style>