Shades of Clear Day #E5FAF4
Tints of Clear Day #E5FAF4
RGB
CMYK
RGB Variations
Color information
#E5FAF4 (or 0xE5FAF4) is known color: Clear Day. HEX triplet: E5, FA and F4. RGB value is (229,250,244). Sum of RGB (Red+Green+Blue) = 229+250+244=723 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.67% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 244 (95.70% from 255 or 33.75% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAF4 is #1A050B. Grayscale: #F3F3F3. Windows color (decimal): -1705228 or 16055013. OLE color: 16055013.
HSL color Cylindrical-coordinate representation of color #E5FAF4: hue angle of 162.86º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5FAF4 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 250 | 244 | - |
CMYK | 0.08 | 0 | 0.02 | 0.02 |
HSL | 162.86º | 0.68% | 0.94% | - |
HSV(B) | 162.86º | 0.08% | 0.98% | - |
XYZ | 82.83 | 91.56 | 98.9 | - |
YUV | 243.04 | 128.54 | 117.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 250 | 244 | 0.08 | 0 | 0.02 | 0.02 | 162.86 | 0.68 | 0.94 |
Hex | E5 | FA | F4 | 8 | 0 | 2 | 2 | A3 | 44 | 5E |
Octal | 345 | 372 | 364 | 10 | 0 | 2 | 2 | 243 | 104 | 136 |
Binary | 11100101 | 11111010 | 11110100 | 1000 | 0 | 10 | 10 | 10100011 | 1000100 | 1011110 |
Color Harmonies of #E5FAF4
Complementary color
Monochromatic Colors of #E5FAF4
Black with #E5FAF4
Text Example
Text Example
White with #E5FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAF4; }
p { color: rgb(229,250,244); }
H1.HeaderClassName
{
color: #E5FAF4;
}
.AnyTagClassName
{
color: #E5FAF4;
}
</style>
background-color css
<style>
a { background-color: #E5FAF4; }
a { background-color: rgb(229,250,244); }
div.DivClassName
{
background-color: #E5FAF4;
}
.BgClassName
{
background-color: #E5FAF4;
}
</style>
border-color css
<style>
span { border-color: #E5FAF4; }
span { border-color: rgb(229,250,244); }
td.TdClassName
{
border-color: #E5FAF4;
}
.TagClassName
{
border-color: #E5FAF4;
}
</style>