Shades of Dew #E9FDEC
Tints of Dew #E9FDEC
RGB
CMYK
RGB Variations
Color information
#E9FDEC (or 0xE9FDEC) is known color: Dew. HEX triplet: E9, FD and EC. RGB value is (233,253,236). Sum of RGB (Red+Green+Blue) = 233+253+236=722 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.27% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 236 (92.58% from 255 or 32.69% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FDEC is #160213. Grayscale: #F5F5F5. Windows color (decimal): -1442324 or 15531497. OLE color: 15531497.
HSL color Cylindrical-coordinate representation of color #E9FDEC: hue angle of 129º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9FDEC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 253 | 236 | - |
CMYK | 0.08 | 0 | 0.07 | 0.01 |
HSL | 129º | 0.83% | 0.95% | - |
HSV(B) | 129º | 0.08% | 0.99% | - |
XYZ | 83.87 | 93.63 | 93.01 | - |
YUV | 245.08 | 122.87 | 119.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 253 | 236 | 0.08 | 0 | 0.07 | 0.01 | 129 | 0.83 | 0.95 |
Hex | E9 | FD | EC | 8 | 0 | 7 | 1 | 81 | 53 | 5F |
Octal | 351 | 375 | 354 | 10 | 0 | 7 | 1 | 201 | 123 | 137 |
Binary | 11101001 | 11111101 | 11101100 | 1000 | 0 | 111 | 1 | 10000001 | 1010011 | 1011111 |
Color Harmonies of #E9FDEC
Complementary color
Monochromatic Colors of #E9FDEC
Black with #E9FDEC
Text Example
Text Example
White with #E9FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FDEC; }
p { color: rgb(233,253,236); }
H1.HeaderClassName
{
color: #E9FDEC;
}
.AnyTagClassName
{
color: #E9FDEC;
}
</style>
background-color css
<style>
a { background-color: #E9FDEC; }
a { background-color: rgb(233,253,236); }
div.DivClassName
{
background-color: #E9FDEC;
}
.BgClassName
{
background-color: #E9FDEC;
}
</style>
border-color css
<style>
span { border-color: #E9FDEC; }
span { border-color: rgb(233,253,236); }
td.TdClassName
{
border-color: #E9FDEC;
}
.TagClassName
{
border-color: #E9FDEC;
}
</style>