#E1FAF4

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

Shades of Clear Day #E1FAF4

Tints of Clear Day #E1FAF4

Color information

#E1FAF4 (or 0xE1FAF4) is unknown color: approx Clear Day. HEX triplet: E1, FA and F4. RGB value is (225,250,244). Sum of RGB (Red+Green+Blue) = 225+250+244=719 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.29% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF4 is #1E050B. Grayscale: #F1F1F1. Windows color (decimal): -1967372 or 16055009. OLE color: 16055009.

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

Color convert

RGB225250244-
CMYK0.1000.020.02
HSL165.6º71.43%93.14%-
HSV(B)165.6º10%98.04%-
XYZ81.5790.9198.84-
YUV241.84129.22115.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.29%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 244 (95.70% from 255) = 33.94%
R=31.29%
G=34.77%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252502440.1000.020.02165.671.4393.14
HexE1FAF4A022a6475d
Octal34137236412022246107135
Binary1110000111111010111101001010010101010011010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAF4; }

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

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

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

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

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

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

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

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