#E1EDFC

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

Shades of Solitude #E1EDFC

Tints of Solitude #E1EDFC

Color information

#E1EDFC (or 0xE1EDFC) is unknown color: approx Solitude. HEX triplet: E1, ED and FC. RGB value is (225,237,252). Sum of RGB (Red+Green+Blue) = 225+237+252=714 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.51% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDFC is #1E1203. Grayscale: #EBEBEB. Windows color (decimal): -1970692 or 16575969. OLE color: 16575969.

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

Color convert

RGB225237252-
CMYK0.110.0600.01
HSL213.33º81.82%93.53%-
HSV(B)213.33º10.71%98.82%-
XYZ78.9183.6104.07-
YUV235.12137.52120.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.51%
GREEN value IS 237 (92.97% from 255) = 33.19%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=31.51%
G=33.19%
B=35.29%

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
Decimal2252372520.110.0600.01213.3381.8293.53
HexE1EDFCB601d5525e
Octal34135537413601325122136
Binary1110000111101101111111001011110011101010110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDFC; }

 p { color: rgb(225,237,252); }

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

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

 a { background-color: rgb(225,237,252); }

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

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

 span { border-color: rgb(225,237,252); }

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