#E1FCF0

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

Shades of Clear Day #E1FCF0

Tints of Clear Day #E1FCF0

Color information

#E1FCF0 (or 0xE1FCF0) is unknown color: approx Clear Day. HEX triplet: E1, FC and F0. RGB value is (225,252,240). Sum of RGB (Red+Green+Blue) = 225+252+240=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FCF0 is #1E030F. Grayscale: #F2F2F2. Windows color (decimal): -1966864 or 15793377. OLE color: 15793377.

HSL color Cylindrical-coordinate representation of color #E1FCF0: hue angle of 153.33º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1FCF0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB225252240-
CMYK0.1100.050.01
HSL153.33º81.82%93.53%-
HSV(B)153.33º10.71%98.82%-
XYZ81.5991.9295.88-
YUV242.56126.55115.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.38%
GREEN value IS 252 (98.83% from 255) = 35.15%
BLUE value IS 240 (94.14% from 255) = 33.47%
R=31.38%
G=35.15%
B=33.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252522400.1100.050.01153.3381.8293.53
HexE1FCF0B05199525e
Octal34137436013051231122136
Binary1110000111111100111100001011010111001100110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FCF0; }

 p { color: rgb(225,252,240); }

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

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

 a { background-color: rgb(225,252,240); }

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

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

 span { border-color: rgb(225,252,240); }

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