#E5FAF5

Color #E5FAF5 Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #E5FAF5

Tints of Clear Day #E5FAF5

Color information

#E5FAF5 (or 0xE5FAF5) is unknown color: approx Clear Day. HEX triplet: E5, FA and F5. RGB value is (229,250,245). Sum of RGB (Red+Green+Blue) = 229+250+245=724 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.63% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 245 (96.09% from 255 or 33.84% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAF5 is #1A050A. Grayscale: #F3F3F3. Windows color (decimal): -1705227 or 16120549. OLE color: 16120549.

HSL color Cylindrical-coordinate representation of color #E5FAF5: hue angle of 165.71º 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 #E5FAF5 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB229250245-
CMYK0.0800.020.02
HSL165.71º67.74%93.92%-
HSV(B)165.71º8.4%98.04%-
XYZ82.9891.6299.7-
YUV243.15129.04117.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 31.63%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 245 (96.09% from 255) = 33.84%
R=31.63%
G=34.53%
B=33.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292502450.0800.020.02165.7167.7493.92
HexE5FAF58022a6445e
Octal34537236510022246104136
Binary1110010111111010111101011000010101010011010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAF5; }

 p { color: rgb(229,250,245); }

 H1.HeaderClassName
 {
   color: #E5FAF5;
 }
 .AnyTagClassName
 {
   color: #E5FAF5;
 }
</style>
background-color css

<style>
 a { background-color: #E5FAF5; }

 a { background-color: rgb(229,250,245); }

 div.DivClassName
 {
   background-color: #E5FAF5;
 }
 .BgClassName
 {
   background-color: #E5FAF5;
 }
</style>
border-color css

<style>
 span { border-color: #E5FAF5; }

 span { border-color: rgb(229,250,245); }

 td.TdClassName
 {
   border-color: #E5FAF5;
 }
 .TagClassName
 {
   border-color: #E5FAF5;
 }
</style>