Shades of Dew #E9FAED
Tints of Dew #E9FAED
RGB
CMYK
RGB Variations
Color information
#E9FAED (or 0xE9FAED) is known color: Dew. HEX triplet: E9, FA and ED. RGB value is (233,250,237). Sum of RGB (Red+Green+Blue) = 233+250+237=720 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.36% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAED is #160512. Grayscale: #F3F3F3. Windows color (decimal): -1443091 or 15596265. OLE color: 15596265.
HSL color Cylindrical-coordinate representation of color #E9FAED: hue angle of 134.12º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9FAED is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 250 | 237 | - |
CMYK | 0.07 | 0 | 0.05 | 0.02 |
HSL | 134.12º | 0.63% | 0.95% | - |
HSV(B) | 134.12º | 0.07% | 0.98% | - |
XYZ | 83.08 | 91.81 | 93.46 | - |
YUV | 243.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 250 | 237 | 0.07 | 0 | 0.05 | 0.02 | 134.12 | 0.63 | 0.95 |
Hex | E9 | FA | ED | 7 | 0 | 5 | 2 | 86 | 3F | 5F |
Octal | 351 | 372 | 355 | 7 | 0 | 5 | 2 | 206 | 77 | 137 |
Binary | 11101001 | 11111010 | 11101101 | 111 | 0 | 101 | 10 | 10000110 | 111111 | 1011111 |
Color Harmonies of #E9FAED
Complementary color
Monochromatic Colors of #E9FAED
Black with #E9FAED
Text Example
Text Example
White with #E9FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FAED; }
p { color: rgb(233,250,237); }
H1.HeaderClassName
{
color: #E9FAED;
}
.AnyTagClassName
{
color: #E9FAED;
}
</style>
background-color css
<style>
a { background-color: #E9FAED; }
a { background-color: rgb(233,250,237); }
div.DivClassName
{
background-color: #E9FAED;
}
.BgClassName
{
background-color: #E9FAED;
}
</style>
border-color css
<style>
span { border-color: #E9FAED; }
span { border-color: rgb(233,250,237); }
td.TdClassName
{
border-color: #E9FAED;
}
.TagClassName
{
border-color: #E9FAED;
}
</style>