#E1E4EF

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

Shades of Solitude #E1E4EF

Tints of Solitude #E1E4EF

Color information

#E1E4EF (or 0xE1E4EF) is unknown color: approx Solitude. HEX triplet: E1, E4 and EF. RGB value is (225,228,239). Sum of RGB (Red+Green+Blue) = 225+228+239=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1E4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4EF is #1E1B10. Grayscale: #E4E4E4. Windows color (decimal): -1973009 or 15721697. OLE color: 15721697.

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

Color convert

RGB225228239-
CMYK0.060.0500.06
HSL227.14º30.43%90.98%-
HSV(B)227.14º5.86%93.73%-
XYZ74.3777.7392.74-
YUV228.36134.01125.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.51%
GREEN value IS 228 (89.45% from 255) = 32.95%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=32.51%
G=32.95%
B=34.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252282390.060.0500.06227.1430.4390.98
HexE1E4EF6506e31e5b
Octal341344357650634336133
Binary111000011110010011101111110101011011100011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E4EF; }

 p { color: rgb(225,228,239); }

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

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

 a { background-color: rgb(225,228,239); }

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

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

 span { border-color: rgb(225,228,239); }

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