#E1EDFA

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

Shades of Solitude #E1EDFA

Tints of Solitude #E1EDFA

Color information

#E1EDFA (or 0xE1EDFA) is unknown color: approx Solitude. HEX triplet: E1, ED and FA. RGB value is (225,237,250). Sum of RGB (Red+Green+Blue) = 225+237+250=712 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.60% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDFA is #1E1205. Grayscale: #EAEAEA. Windows color (decimal): -1970694 or 16444897. OLE color: 16444897.

HSL color Cylindrical-coordinate representation of color #E1EDFA: hue angle of 211.2º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1EDFA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225237250-
CMYK0.100.0500.02
HSL211.2º71.43%93.14%-
HSV(B)211.2º10%98.04%-
XYZ78.5983.48102.41-
YUV234.89136.52120.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.60%
GREEN value IS 237 (92.97% from 255) = 33.29%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=31.60%
G=33.29%
B=35.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252372500.100.0500.02211.271.4393.14
HexE1EDFAA502d3475d
Octal34135537212502323107135
Binary11100001111011011111101010101010101101001110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDFA; }

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

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

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

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

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

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

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

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