#E3FAF2

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

Shades of Clear Day #E3FAF2

Tints of Clear Day #E3FAF2

Color information

#E3FAF2 (or 0xE3FAF2) is unknown color: approx Clear Day. HEX triplet: E3, FA and F2. RGB value is (227,250,242). Sum of RGB (Red+Green+Blue) = 227+250+242=719 (95% of max value = 765). Red value is 227 (89.06% from 255 or 31.57% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #E3FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3FAF2 is #1C050D. Grayscale: #F2F2F2. Windows color (decimal): -1836302 or 15923939. OLE color: 15923939.

HSL color Cylindrical-coordinate representation of color #E3FAF2: hue angle of 159.13º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3FAF2 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB227250242-
CMYK0.0900.030.02
HSL159.13º69.7%93.53%-
HSV(B)159.13º9.2%98.04%-
XYZ81.8991.1197.27-
YUV242.21127.88117.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.57%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=31.57%
G=34.77%
B=33.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272502420.0900.030.02159.1369.793.53
HexE3FAF290329f465e
Octal34337236211032237106136
Binary1110001111111010111100101001011101001111110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3FAF2; }

 p { color: rgb(227,250,242); }

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

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

 a { background-color: rgb(227,250,242); }

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

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

 span { border-color: rgb(227,250,242); }

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