#E0F2EB

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

Shades of Clear Day #E0F2EB

Tints of Clear Day #E0F2EB

Color information

#E0F2EB (or 0xE0F2EB) is unknown color: approx Clear Day. HEX triplet: E0, F2 and EB. RGB value is (224,242,235). Sum of RGB (Red+Green+Blue) = 224+242+235=701 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.95% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F2EB is #1F0D14. Grayscale: #EBEBEB. Windows color (decimal): -2034965 or 15463136. OLE color: 15463136.

HSL color Cylindrical-coordinate representation of color #E0F2EB: hue angle of 156.67º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F2EB is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB224242235-
CMYK0.0700.030.05
HSL156.67º40.91%91.37%-
HSV(B)156.67º7.44%94.9%-
XYZ77.4985.3590.99-
YUV235.82127.54119.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.95%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 235 (92.19% from 255) = 33.52%
R=31.95%
G=34.52%
B=33.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242422350.0700.030.05156.6740.9191.37
HexE0F2EB70359d295b
Octal340362353703523551133
Binary111000001111001011101011111011101100111011010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F2EB; }

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

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

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

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

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

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

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

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