Shades of Clear Day #E8FAF4
Tints of Clear Day #E8FAF4
RGB
CMYK
RGB Variations
Color information
#E8FAF4 (or 0xE8FAF4) is known color: Clear Day. HEX triplet: E8, FA and F4. RGB value is (232,250,244). Sum of RGB (Red+Green+Blue) = 232+250+244=726 (96% of max value = 765). Red value is 232 (91.02% from 255 or 31.96% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 244 (95.70% from 255 or 33.61% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAF4 is #17050B. Grayscale: #F3F3F3. Windows color (decimal): -1508620 or 16055016. OLE color: 16055016.
HSL color Cylindrical-coordinate representation of color #E8FAF4: hue angle of 160º degrees, saturation: 0.64, 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 #E8FAF4 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 244 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.02 |
| HSL | 160º | 0.64% | 0.95% | - |
| HSV(B) | 160º | 0.07% | 0.98% | - |
| XYZ | 83.79 | 92.06 | 98.94 | - |
| YUV | 243.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 244 | 0.07 | 0 | 0.02 | 0.02 | 160 | 0.64 | 0.95 |
| Hex | E8 | FA | F4 | 7 | 0 | 2 | 2 | A0 | 40 | 5F |
| Octal | 350 | 372 | 364 | 7 | 0 | 2 | 2 | 240 | 100 | 137 |
| Binary | 11101000 | 11111010 | 11110100 | 111 | 0 | 10 | 10 | 10100000 | 1000000 | 1011111 |
Color Harmonies of #E8FAF4
Complementary color
Monochromatic Colors of #E8FAF4
Black with #E8FAF4
Text Example
Text Example
White with #E8FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAF4; }
p { color: rgb(232,250,244); }
H1.HeaderClassName
{
color: #E8FAF4;
}
.AnyTagClassName
{
color: #E8FAF4;
}
</style>
background-color css
<style>
a { background-color: #E8FAF4; }
a { background-color: rgb(232,250,244); }
div.DivClassName
{
background-color: #E8FAF4;
}
.BgClassName
{
background-color: #E8FAF4;
}
</style>
border-color css
<style>
span { border-color: #E8FAF4; }
span { border-color: rgb(232,250,244); }
td.TdClassName
{
border-color: #E8FAF4;
}
.TagClassName
{
border-color: #E8FAF4;
}
</style>