#E0F9ED

Color #E0F9ED White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #E0F9ED

Tints of White Ice #E0F9ED

Color information

#E0F9ED (or 0xE0F9ED) is unknown color: approx White Ice. HEX triplet: E0, F9 and ED. RGB value is (224,249,237). Sum of RGB (Red+Green+Blue) = 224+249+237=710 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.55% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F9ED is #1F0612. Grayscale: #F0F0F0. Windows color (decimal): -2033171 or 15596000. OLE color: 15596000.

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

Color convert

RGB224249237-
CMYK0.1000.050.02
HSL151.2º67.57%92.75%-
HSV(B)151.2º10.04%97.65%-
XYZ79.989.7193.23-
YUV240.16126.22116.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.55%
GREEN value IS 249 (97.66% from 255) = 35.07%
BLUE value IS 237 (92.97% from 255) = 33.38%
R=31.55%
G=35.07%
B=33.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242492370.1000.050.02151.267.5792.75
HexE0F9EDA05297445d
Octal34037135512052227104135
Binary11100000111110011110110110100101101001011110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F9ED; }

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

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

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

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

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

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

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

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