#E0F3ED

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

Shades of Clear Day #E0F3ED

Tints of Clear Day #E0F3ED

Color information

#E0F3ED (or 0xE0F3ED) is unknown color: approx Clear Day. HEX triplet: E0, F3 and ED. RGB value is (224,243,237). Sum of RGB (Red+Green+Blue) = 224+243+237=704 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.82% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F3ED is #1F0C12. Grayscale: #ECECEC. Windows color (decimal): -2034707 or 15594464. OLE color: 15594464.

HSL color Cylindrical-coordinate representation of color #E0F3ED: hue angle of 161.05º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0F3ED is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB224243237-
CMYK0.0800.020.05
HSL161.05º44.19%91.57%-
HSV(B)161.05º7.82%95.29%-
XYZ78.0886.0692.62-
YUV236.64128.21118.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.82%
GREEN value IS 243 (95.31% from 255) = 34.52%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=31.82%
G=34.52%
B=33.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242432370.0800.020.05161.0544.1991.57
HexE0F3ED8025a12c5c
Octal3403633551002524154134
Binary1110000011110011111011011000010101101000011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F3ED; }

 p { color: rgb(224,243,237); }

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

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

 a { background-color: rgb(224,243,237); }

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

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

 span { border-color: rgb(224,243,237); }

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