#E0EAE8

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

Shades of Tranquil #E0EAE8

Tints of Tranquil #E0EAE8

Color information

#E0EAE8 (or 0xE0EAE8) is unknown color: approx Tranquil. HEX triplet: E0, EA and E8. RGB value is (224,234,232). Sum of RGB (Red+Green+Blue) = 224+234+232=690 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.46% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EAE8 is #1F1517. Grayscale: #E6E6E6. Windows color (decimal): -2037016 or 15264480. OLE color: 15264480.

HSL color Cylindrical-coordinate representation of color #E0EAE8: hue angle of 168º degrees, saturation: 0.19, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0EAE8 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB224234232-
CMYK0.0400.010.08
HSL168º19.23%89.8%-
HSV(B)168º4.27%91.76%-
XYZ74.7380.5287.95-
YUV230.78128.69123.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.46%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 232 (91.02% from 255) = 33.62%
R=32.46%
G=33.91%
B=33.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242342320.0400.010.0816819.2389.8
HexE0EAE84018a8135a
Octal3403523504011025023132
Binary11100000111010101110100010001100010101000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EAE8; }

 p { color: rgb(224,234,232); }

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

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

 a { background-color: rgb(224,234,232); }

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

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

 span { border-color: rgb(224,234,232); }

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