#E2E4EA

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

Shades of Solitude #E2E4EA

Tints of Solitude #E2E4EA

Color information

#E2E4EA (or 0xE2E4EA) is unknown color: approx Solitude. HEX triplet: E2, E4 and EA. RGB value is (226,228,234). Sum of RGB (Red+Green+Blue) = 226+228+234=688 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.85% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E4EA is #1D1B15. Grayscale: #E4E4E4. Windows color (decimal): -1907478 or 15394018. OLE color: 15394018.

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

Color convert

RGB226228234-
CMYK0.030.0300.08
HSL225º16%90.2%-
HSV(B)225º3.42%91.76%-
XYZ73.9677.688.92-
YUV228.09131.34126.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.85%
GREEN value IS 228 (89.45% from 255) = 33.14%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=32.85%
G=33.14%
B=34.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262282340.030.0300.082251690.2
HexE2E4EA3308e1105a
Octal3423443523301034120132
Binary11100010111001001110101011110100011100001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E4EA; }

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

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

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

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

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

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

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

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