#E2F0ED

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

Shades of Tranquil #E2F0ED

Tints of Tranquil #E2F0ED

Color information

#E2F0ED (or 0xE2F0ED) is unknown color: approx Tranquil. HEX triplet: E2, F0 and ED. RGB value is (226,240,237). Sum of RGB (Red+Green+Blue) = 226+240+237=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F0ED is #1D0F12. Grayscale: #EBEBEB. Windows color (decimal): -1904403 or 15593698. OLE color: 15593698.

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

Color convert

RGB226240237-
CMYK0.0600.010.06
HSL167.14º31.82%91.37%-
HSV(B)167.14º5.83%94.12%-
XYZ77.8184.692.35-
YUV235.47128.86121.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.15%
GREEN value IS 240 (94.14% from 255) = 34.14%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=32.15%
G=34.14%
B=33.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262402370.0600.010.06167.1431.8291.37
HexE2F0ED6016a7205b
Octal342360355601624740133
Binary11100010111100001110110111001110101001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F0ED; }

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

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

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

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

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

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

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

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