#E0FDF2

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

Shades of Clear Day #E0FDF2

Tints of Clear Day #E0FDF2

Color information

#E0FDF2 (or 0xE0FDF2) is unknown color: approx Clear Day. HEX triplet: E0, FD and F2. RGB value is (224,253,242). Sum of RGB (Red+Green+Blue) = 224+253+242=719 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.15% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FDF2 is #1F020D. Grayscale: #F3F3F3. Windows color (decimal): -2032142 or 15924704. OLE color: 15924704.

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

Color convert

RGB224253242-
CMYK0.1100.040.01
HSL157.24º87.88%93.53%-
HSV(B)157.24º11.46%99.22%-
XYZ81.8992.5197.54-
YUV243.08127.39114.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.15%
GREEN value IS 253 (99.22% from 255) = 35.19%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=31.15%
G=35.19%
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
Decimal2242532420.1100.040.01157.2487.8893.53
HexE0FDF2B0419d585e
Octal34037536213041235130136
Binary1110000011111101111100101011010011001110110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FDF2; }

 p { color: rgb(224,253,242); }

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

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

 a { background-color: rgb(224,253,242); }

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

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

 span { border-color: rgb(224,253,242); }

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