#E1EDFB

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

Shades of Solitude #E1EDFB

Tints of Solitude #E1EDFB

Color information

#E1EDFB (or 0xE1EDFB) is unknown color: approx Solitude. HEX triplet: E1, ED and FB. RGB value is (225,237,251). Sum of RGB (Red+Green+Blue) = 225+237+251=713 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.56% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDFB is #1E1204. Grayscale: #EAEAEA. Windows color (decimal): -1970693 or 16510433. OLE color: 16510433.

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

Color convert

RGB225237251-
CMYK0.100.0600.02
HSL212.31º76.47%93.33%-
HSV(B)212.31º10.36%98.43%-
XYZ78.7583.54103.24-
YUV235.01137.02120.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.56%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=31.56%
G=33.24%
B=35.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252372510.100.0600.02212.3176.4793.33
HexE1EDFBA602d44c5d
Octal34135537312602324114135
Binary11100001111011011111101110101100101101010010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDFB; }

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

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

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

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

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

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

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

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