#E2EFEB

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

Shades of Clear Day #E2EFEB

Tints of Clear Day #E2EFEB

Color information

#E2EFEB (or 0xE2EFEB) is unknown color: approx Clear Day. HEX triplet: E2, EF and EB. RGB value is (226,239,235). Sum of RGB (Red+Green+Blue) = 226+239+235=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFEB is #1D1014. Grayscale: #EAEAEA. Windows color (decimal): -1904661 or 15462370. OLE color: 15462370.

HSL color Cylindrical-coordinate representation of color #E2EFEB: hue angle of 161.54º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2EFEB is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB226239235-
CMYK0.0500.020.06
HSL161.54º28.89%91.18%-
HSV(B)161.54º5.44%93.73%-
XYZ77.2383.990.72-
YUV234.66128.19121.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.29%
GREEN value IS 239 (93.75% from 255) = 34.14%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=32.29%
G=34.14%
B=33.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262392350.0500.020.06161.5428.8991.18
HexE2EFEB5026a21d5b
Octal342357353502624235133
Binary11100010111011111110101110101011010100010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EFEB; }

 p { color: rgb(226,239,235); }

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

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

 a { background-color: rgb(226,239,235); }

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

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

 span { border-color: rgb(226,239,235); }

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