#E2EFEE

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

Shades of Tranquil #E2EFEE

Tints of Tranquil #E2EFEE

Color information

#E2EFEE (or 0xE2EFEE) is unknown color: approx Tranquil. HEX triplet: E2, EF and EE. RGB value is (226,239,238). Sum of RGB (Red+Green+Blue) = 226+239+238=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFEE is #1D1011. Grayscale: #EAEAEA. Windows color (decimal): -1904658 or 15658978. OLE color: 15658978.

HSL color Cylindrical-coordinate representation of color #E2EFEE: hue angle of 175.38º 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 #E2EFEE is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB226239238-
CMYK0.0500.000.06
HSL175.38º28.89%91.18%-
HSV(B)175.38º5.44%93.73%-
XYZ77.6684.0793.02-
YUV235129.69121.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.15%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=32.15%
G=34.00%
B=33.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262392380.0500.000.06175.3828.8991.18
HexE2EFEE5006af1d5b
Octal342357356500625735133
Binary1110001011101111111011101010011010101111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EFEE; }

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

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

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

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

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

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

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

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