#E2FAF1

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

Shades of Clear Day #E2FAF1

Tints of Clear Day #E2FAF1

Color information

#E2FAF1 (or 0xE2FAF1) is unknown color: approx Clear Day. HEX triplet: E2, FA and F1. RGB value is (226,250,241). Sum of RGB (Red+Green+Blue) = 226+250+241=717 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.52% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAF1 is #1D050E. Grayscale: #F1F1F1. Windows color (decimal): -1901839 or 15858402. OLE color: 15858402.

HSL color Cylindrical-coordinate representation of color #E2FAF1: hue angle of 157.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FAF1 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB226250241-
CMYK0.1000.040.02
HSL157.5º70.59%93.33%-
HSV(B)157.5º9.6%98.04%-
XYZ81.4390.8996.47-
YUV241.8127.55116.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.52%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 241 (94.53% from 255) = 33.61%
R=31.52%
G=34.87%
B=33.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502410.1000.040.02157.570.5993.33
HexE2FAF1A0429e475d
Octal34237236112042236107135
Binary11100010111110101111000110100100101001111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAF1; }

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

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

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

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

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

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

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

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