#E2FAF3

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

Shades of Clear Day #E2FAF3

Tints of Clear Day #E2FAF3

Color information

#E2FAF3 (or 0xE2FAF3) is unknown color: approx Clear Day. HEX triplet: E2, FA and F3. RGB value is (226,250,243). Sum of RGB (Red+Green+Blue) = 226+250+243=719 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.43% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAF3 is #1D050C. Grayscale: #F2F2F2. Windows color (decimal): -1901837 or 15989474. OLE color: 15989474.

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

Color convert

RGB226250243-
CMYK0.1000.030.02
HSL162.5º70.59%93.33%-
HSV(B)162.5º9.6%98.04%-
XYZ81.7391.0198.05-
YUV242.03128.55116.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.43%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 243 (95.31% from 255) = 33.80%
R=31.43%
G=34.77%
B=33.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502430.1000.030.02162.570.5993.33
HexE2FAF3A032a2475d
Octal34237236312032242107135
Binary1110001011111010111100111010011101010001010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAF3; }

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

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

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

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

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

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

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

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