Shades of Dew #E7F2E9
Tints of Dew #E7F2E9
RGB
CMYK
RGB Variations
Color information
#E7F2E9 (or 0xE7F2E9) is known color: Dew. HEX triplet: E7, F2 and E9. RGB value is (231,242,233). Sum of RGB (Red+Green+Blue) = 231+242+233=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F2E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F2E9 is #180D16. Grayscale: #EDEDED. Windows color (decimal): -1576215 or 15332071. OLE color: 15332071.
HSL color Cylindrical-coordinate representation of color #E7F2E9: hue angle of 130.91º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7F2E9 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 242 | 233 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.05 |
| HSL | 130.91º | 0.3% | 0.93% | - |
| HSV(B) | 130.91º | 0.05% | 0.95% | - |
| XYZ | 79.42 | 86.38 | 89.58 | - |
| YUV | 237.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 242 | 233 | 0.05 | 0 | 0.04 | 0.05 | 130.91 | 0.3 | 0.93 |
| Hex | E7 | F2 | E9 | 5 | 0 | 4 | 5 | 83 | 1E | 5D |
| Octal | 347 | 362 | 351 | 5 | 0 | 4 | 5 | 203 | 36 | 135 |
| Binary | 11100111 | 11110010 | 11101001 | 101 | 0 | 100 | 101 | 10000011 | 11110 | 1011101 |
Color Harmonies of #E7F2E9
Complementary color
Monochromatic Colors of #E7F2E9
Black with #E7F2E9
Text Example
Text Example
White with #E7F2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F2E9; }
p { color: rgb(231,242,233); }
H1.HeaderClassName
{
color: #E7F2E9;
}
.AnyTagClassName
{
color: #E7F2E9;
}
</style>
background-color css
<style>
a { background-color: #E7F2E9; }
a { background-color: rgb(231,242,233); }
div.DivClassName
{
background-color: #E7F2E9;
}
.BgClassName
{
background-color: #E7F2E9;
}
</style>
border-color css
<style>
span { border-color: #E7F2E9; }
span { border-color: rgb(231,242,233); }
td.TdClassName
{
border-color: #E7F2E9;
}
.TagClassName
{
border-color: #E7F2E9;
}
</style>