Shades of Willow Brook #E2EDD0
Tints of Willow Brook #E2EDD0
RGB
CMYK
RGB Variations
Color information
#E2EDD0 (or 0xE2EDD0) is known color: Willow Brook. HEX triplet: E2, ED and D0. RGB value is (226,237,208). Sum of RGB (Red+Green+Blue) = 226+237+208=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDD0 is #1D122F. Grayscale: #E6E6E6. Windows color (decimal): -1905200 or 13692386. OLE color: 13692386.
HSL color Cylindrical-coordinate representation of color #E2EDD0: hue angle of 82.76º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2EDD0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 237 | 208 | - |
CMYK | 0.05 | 0 | 0.12 | 0.07 |
HSL | 82.76º | 0.45% | 0.87% | - |
HSV(B) | 82.76º | 0.12% | 0.93% | - |
XYZ | 73.03 | 81.29 | 71.52 | - |
YUV | 230.41 | 115.36 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 208 | 0.05 | 0 | 0.12 | 0.07 | 82.76 | 0.45 | 0.87 |
Hex | E2 | ED | D0 | 5 | 0 | C | 7 | 53 | 2D | 57 |
Octal | 342 | 355 | 320 | 5 | 0 | 14 | 7 | 123 | 55 | 127 |
Binary | 11100010 | 11101101 | 11010000 | 101 | 0 | 1100 | 111 | 1010011 | 101101 | 1010111 |
Color Harmonies of #E2EDD0
Complementary color
Monochromatic Colors of #E2EDD0
Black with #E2EDD0
Text Example
Text Example
White with #E2EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDD0; }
p { color: rgb(226,237,208); }
H1.HeaderClassName
{
color: #E2EDD0;
}
.AnyTagClassName
{
color: #E2EDD0;
}
</style>
background-color css
<style>
a { background-color: #E2EDD0; }
a { background-color: rgb(226,237,208); }
div.DivClassName
{
background-color: #E2EDD0;
}
.BgClassName
{
background-color: #E2EDD0;
}
</style>
border-color css
<style>
span { border-color: #E2EDD0; }
span { border-color: rgb(226,237,208); }
td.TdClassName
{
border-color: #E2EDD0;
}
.TagClassName
{
border-color: #E2EDD0;
}
</style>