#E2EDEA

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

Shades of Clear Day #E2EDEA

Tints of Clear Day #E2EDEA

Color information

#E2EDEA (or 0xE2EDEA) is unknown color: approx Clear Day. HEX triplet: E2, ED and EA. RGB value is (226,237,234). Sum of RGB (Red+Green+Blue) = 226+237+234=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDEA is #1D1215. Grayscale: #E9E9E9. Windows color (decimal): -1905174 or 15396322. OLE color: 15396322.

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

Color convert

RGB226237234-
CMYK0.0500.010.07
HSL163.64º23.4%90.78%-
HSV(B)163.64º4.64%92.94%-
XYZ76.582.6889.77-
YUV233.37128.36122.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.42%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=32.42%
G=34.00%
B=33.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262372340.0500.010.07163.6423.490.78
HexE2EDEA5017a4175b
Octal342355352501724427133
Binary1110001011101101111010101010111110100100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDEA; }

 p { color: rgb(226,237,234); }

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

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

 a { background-color: rgb(226,237,234); }

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

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

 span { border-color: rgb(226,237,234); }

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