#E1FCF2

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

Shades of Clear Day #E1FCF2

Tints of Clear Day #E1FCF2

Color information

#E1FCF2 (or 0xE1FCF2) is unknown color: approx Clear Day. HEX triplet: E1, FC and F2. RGB value is (225,252,242). Sum of RGB (Red+Green+Blue) = 225+252+242=719 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.29% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FCF2 is #1E030D. Grayscale: #F2F2F2. Windows color (decimal): -1966862 or 15924449. OLE color: 15924449.

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

Color convert

RGB225252242-
CMYK0.1100.040.01
HSL157.78º81.82%93.53%-
HSV(B)157.78º10.71%98.82%-
XYZ81.8992.0497.45-
YUV242.79127.55115.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.29%
GREEN value IS 252 (98.83% from 255) = 35.05%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=31.29%
G=35.05%
B=33.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252522420.1100.040.01157.7881.8293.53
HexE1FCF2B0419e525e
Octal34137436213041236122136
Binary1110000111111100111100101011010011001111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FCF2; }

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

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

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

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

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

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

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

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