Shades of Dew #E9EDEA
Tints of Dew #E9EDEA
RGB
CMYK
RGB Variations
Color information
#E9EDEA (or 0xE9EDEA) is known color: Dew. HEX triplet: E9, ED and EA. RGB value is (233,237,234). Sum of RGB (Red+Green+Blue) = 233+237+234=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDEA is #161215. Grayscale: #EBEBEB. Windows color (decimal): -1446422 or 15396329. OLE color: 15396329.
HSL color Cylindrical-coordinate representation of color #E9EDEA: hue angle of 135º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E9EDEA is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 237 | 234 | - |
CMYK | 0.02 | 0 | 0.01 | 0.07 |
HSL | 135º | 0.1% | 0.92% | - |
HSV(B) | 135º | 0.02% | 0.93% | - |
XYZ | 78.74 | 83.83 | 89.87 | - |
YUV | 235.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 237 | 234 | 0.02 | 0 | 0.01 | 0.07 | 135 | 0.1 | 0.92 |
Hex | E9 | ED | EA | 2 | 0 | 1 | 7 | 87 | A | 5C |
Octal | 351 | 355 | 352 | 2 | 0 | 1 | 7 | 207 | 12 | 134 |
Binary | 11101001 | 11101101 | 11101010 | 10 | 0 | 1 | 111 | 10000111 | 1010 | 1011100 |
Color Harmonies of #E9EDEA
Complementary color
Monochromatic Colors of #E9EDEA
Black with #E9EDEA
Text Example
Text Example
White with #E9EDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDEA; }
p { color: rgb(233,237,234); }
H1.HeaderClassName
{
color: #E9EDEA;
}
.AnyTagClassName
{
color: #E9EDEA;
}
</style>
background-color css
<style>
a { background-color: #E9EDEA; }
a { background-color: rgb(233,237,234); }
div.DivClassName
{
background-color: #E9EDEA;
}
.BgClassName
{
background-color: #E9EDEA;
}
</style>
border-color css
<style>
span { border-color: #E9EDEA; }
span { border-color: rgb(233,237,234); }
td.TdClassName
{
border-color: #E9EDEA;
}
.TagClassName
{
border-color: #E9EDEA;
}
</style>