Shades of Willow Brook #E2EDCD
Tints of Willow Brook #E2EDCD
RGB
CMYK
RGB Variations
Color information
#E2EDCD (or 0xE2EDCD) is known color: Willow Brook. HEX triplet: E2, ED and CD. RGB value is (226,237,205). Sum of RGB (Red+Green+Blue) = 226+237+205=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDCD is #1D1232. Grayscale: #E6E6E6. Windows color (decimal): -1905203 or 13495778. OLE color: 13495778.
HSL color Cylindrical-coordinate representation of color #E2EDCD: hue angle of 80.62º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2EDCD is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 237 | 205 | - |
CMYK | 0.05 | 0 | 0.14 | 0.07 |
HSL | 80.63º | 0.47% | 0.87% | - |
HSV(B) | 80.63º | 0.14% | 0.93% | - |
XYZ | 72.67 | 81.14 | 69.59 | - |
YUV | 230.06 | 113.86 | 125.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 205 | 0.05 | 0 | 0.14 | 0.07 | 80.63 | 0.47 | 0.87 |
Hex | E2 | ED | CD | 5 | 0 | E | 7 | 51 | 2F | 57 |
Octal | 342 | 355 | 315 | 5 | 0 | 16 | 7 | 121 | 57 | 127 |
Binary | 11100010 | 11101101 | 11001101 | 101 | 0 | 1110 | 111 | 1010001 | 101111 | 1010111 |
Color Harmonies of #E2EDCD
Complementary color
Monochromatic Colors of #E2EDCD
Black with #E2EDCD
Text Example
Text Example
White with #E2EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDCD; }
p { color: rgb(226,237,205); }
H1.HeaderClassName
{
color: #E2EDCD;
}
.AnyTagClassName
{
color: #E2EDCD;
}
</style>
background-color css
<style>
a { background-color: #E2EDCD; }
a { background-color: rgb(226,237,205); }
div.DivClassName
{
background-color: #E2EDCD;
}
.BgClassName
{
background-color: #E2EDCD;
}
</style>
border-color css
<style>
span { border-color: #E2EDCD; }
span { border-color: rgb(226,237,205); }
td.TdClassName
{
border-color: #E2EDCD;
}
.TagClassName
{
border-color: #E2EDCD;
}
</style>