Shades of Clear Day #E3FAF0
Tints of Clear Day #E3FAF0
RGB
CMYK
RGB Variations
Color information
#E3FAF0 (or 0xE3FAF0) is known color: Clear Day. HEX triplet: E3, FA and F0. RGB value is (227,250,240). Sum of RGB (Red+Green+Blue) = 227+250+240=717 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.66% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #E3FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3FAF0 is #1C050F. Grayscale: #F2F2F2. Windows color (decimal): -1836304 or 15792867. OLE color: 15792867.
HSL color Cylindrical-coordinate representation of color #E3FAF0: hue angle of 153.91º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3FAF0 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 250 | 240 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.02 |
| HSL | 153.91º | 0.7% | 0.94% | - |
| HSV(B) | 153.91º | 0.09% | 0.98% | - |
| XYZ | 81.59 | 90.99 | 95.7 | - |
| YUV | 241.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 250 | 240 | 0.09 | 0 | 0.04 | 0.02 | 153.91 | 0.7 | 0.94 |
| Hex | E3 | FA | F0 | 9 | 0 | 4 | 2 | 9A | 46 | 5E |
| Octal | 343 | 372 | 360 | 11 | 0 | 4 | 2 | 232 | 106 | 136 |
| Binary | 11100011 | 11111010 | 11110000 | 1001 | 0 | 100 | 10 | 10011010 | 1000110 | 1011110 |
Color Harmonies of #E3FAF0
Complementary color
Monochromatic Colors of #E3FAF0
Black with #E3FAF0
Text Example
Text Example
White with #E3FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FAF0; }
p { color: rgb(227,250,240); }
H1.HeaderClassName
{
color: #E3FAF0;
}
.AnyTagClassName
{
color: #E3FAF0;
}
</style>
background-color css
<style>
a { background-color: #E3FAF0; }
a { background-color: rgb(227,250,240); }
div.DivClassName
{
background-color: #E3FAF0;
}
.BgClassName
{
background-color: #E3FAF0;
}
</style>
border-color css
<style>
span { border-color: #E3FAF0; }
span { border-color: rgb(227,250,240); }
td.TdClassName
{
border-color: #E3FAF0;
}
.TagClassName
{
border-color: #E3FAF0;
}
</style>