#E1FAF1

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

Shades of Clear Day #E1FAF1

Tints of Clear Day #E1FAF1

Color information

#E1FAF1 (or 0xE1FAF1) is unknown color: approx Clear Day. HEX triplet: E1, FA and F1. RGB value is (225,250,241). Sum of RGB (Red+Green+Blue) = 225+250+241=716 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.42% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF1 is #1E050E. Grayscale: #F1F1F1. Windows color (decimal): -1967375 or 15858401. OLE color: 15858401.

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

Color convert

RGB225250241-
CMYK0.1000.040.02
HSL158.4º71.43%93.14%-
HSV(B)158.4º10%98.04%-
XYZ81.1190.7396.46-
YUV241.5127.72116.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.42%
GREEN value IS 250 (98.05% from 255) = 34.92%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=31.42%
G=34.92%
B=33.66%

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
Decimal2252502410.1000.040.02158.471.4393.14
HexE1FAF1A0429e475d
Octal34137236112042236107135
Binary11100001111110101111000110100100101001111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAF1; }

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

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

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

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

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

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

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

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