Html Css Color HEX #E2F0ED Tranquil

📋 copy color: '#E2F0ED'

red 226 ◦ green 240 ◦ blue 237

#E2F0ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tranquil #E2F0ED

Tints of Tranquil #E2F0ED

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 value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#E2F0ED (or 0xE2F0ED) is known color: 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

RGB 226 240 237 -
CMYK 0.06 0 0.01 0.06
HSL 167.14º 0.32% 0.91% -
HSV(B) 167.14º 0.06% 0.94% -
XYZ 77.81 84.6 92.35 -
YUV 235.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 226 240 237 0.06 0 0.01 0.06 167.14 0.32 0.91
Hex E2 F0 ED 6 0 1 6 A7 20 5B
Octal 342 360 355 6 0 1 6 247 40 133
Binary 11100010 11110000 11101101 110 0 1 110 10100111 100000 1011011

Color Harmonies of #E2F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F0ED

Black with #E2F0ED

Text Example


Text Example

White with #E2F0ED

Text Example


Text Example

HTML Codes & Css Web 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>