#E5FAF1

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

Shades of Clear Day #E5FAF1

Tints of Clear Day #E5FAF1

Color information

#E5FAF1 (or 0xE5FAF1) is unknown color: approx Clear Day. HEX triplet: E5, FA and F1. RGB value is (229,250,241). Sum of RGB (Red+Green+Blue) = 229+250+241=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAF1 is #1A050E. Grayscale: #F2F2F2. Windows color (decimal): -1705231 or 15858405. OLE color: 15858405.

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

Color convert

RGB229250241-
CMYK0.0800.040.02
HSL154.29º67.74%93.92%-
HSV(B)154.29º8.4%98.04%-
XYZ82.3891.3896.52-
YUV242.7127.04118.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.81%
GREEN value IS 250 (98.05% from 255) = 34.72%
BLUE value IS 241 (94.53% from 255) = 33.47%
R=31.81%
G=34.72%
B=33.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292502410.0800.040.02154.2967.7493.92
HexE5FAF180429a445e
Octal34537236110042232104136
Binary11100101111110101111000110000100101001101010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAF1; }

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

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

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

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

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

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

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

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