#E1EEFD

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

Shades of Solitude #E1EEFD

Tints of Solitude #E1EEFD

Color information

#E1EEFD (or 0xE1EEFD) is unknown color: approx Solitude. HEX triplet: E1, EE and FD. RGB value is (225,238,253). Sum of RGB (Red+Green+Blue) = 225+238+253=716 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.42% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EEFD is #1E1102. Grayscale: #EBEBEB. Windows color (decimal): -1970435 or 16641761. OLE color: 16641761.

HSL color Cylindrical-coordinate representation of color #E1EEFD: hue angle of 212.14º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1EEFD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225238253-
CMYK0.110.0600.01
HSL212.14º87.5%93.73%-
HSV(B)212.14º11.07%99.22%-
XYZ79.3684.25105.01-
YUV235.82137.69120.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.42%
GREEN value IS 238 (93.36% from 255) = 33.24%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=31.42%
G=33.24%
B=35.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252382530.110.0600.01212.1487.593.73
HexE1EEFDB601d4585e
Octal34135637513601324130136
Binary1110000111101110111111011011110011101010010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EEFD; }

 p { color: rgb(225,238,253); }

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

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

 a { background-color: rgb(225,238,253); }

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

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

 span { border-color: rgb(225,238,253); }

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