Shades of Clear Day #E3FAF2
Tints of Clear Day #E3FAF2
RGB
CMYK
RGB Variations
Color information
#E3FAF2 (or 0xE3FAF2) is known color: Clear Day. HEX triplet: E3, FA and F2. RGB value is (227,250,242). Sum of RGB (Red+Green+Blue) = 227+250+242=719 (95% of max value = 765). Red value is 227 (89.06% from 255 or 31.57% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #E3FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3FAF2 is #1C050D. Grayscale: #F2F2F2. Windows color (decimal): -1836302 or 15923939. OLE color: 15923939.
HSL color Cylindrical-coordinate representation of color #E3FAF2: hue angle of 159.13º 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 #E3FAF2 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 250 | 242 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.02 |
| HSL | 159.13º | 0.7% | 0.94% | - |
| HSV(B) | 159.13º | 0.09% | 0.98% | - |
| XYZ | 81.89 | 91.11 | 97.27 | - |
| YUV | 242.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 250 | 242 | 0.09 | 0 | 0.03 | 0.02 | 159.13 | 0.7 | 0.94 |
| Hex | E3 | FA | F2 | 9 | 0 | 3 | 2 | 9F | 46 | 5E |
| Octal | 343 | 372 | 362 | 11 | 0 | 3 | 2 | 237 | 106 | 136 |
| Binary | 11100011 | 11111010 | 11110010 | 1001 | 0 | 11 | 10 | 10011111 | 1000110 | 1011110 |
Color Harmonies of #E3FAF2
Complementary color
Monochromatic Colors of #E3FAF2
Black with #E3FAF2
Text Example
Text Example
White with #E3FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FAF2; }
p { color: rgb(227,250,242); }
H1.HeaderClassName
{
color: #E3FAF2;
}
.AnyTagClassName
{
color: #E3FAF2;
}
</style>
background-color css
<style>
a { background-color: #E3FAF2; }
a { background-color: rgb(227,250,242); }
div.DivClassName
{
background-color: #E3FAF2;
}
.BgClassName
{
background-color: #E3FAF2;
}
</style>
border-color css
<style>
span { border-color: #E3FAF2; }
span { border-color: rgb(227,250,242); }
td.TdClassName
{
border-color: #E3FAF2;
}
.TagClassName
{
border-color: #E3FAF2;
}
</style>