#E1EBFD

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

Shades of Solitude #E1EBFD

Tints of Solitude #E1EBFD

Color information

#E1EBFD (or 0xE1EBFD) is unknown color: approx Solitude. HEX triplet: E1, EB and FD. RGB value is (225,235,253). Sum of RGB (Red+Green+Blue) = 225+235+253=713 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.56% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EBFD is #1E1402. Grayscale: #E9E9E9. Windows color (decimal): -1971203 or 16640993. OLE color: 16640993.

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

Color convert

RGB225235253-
CMYK0.110.0700.01
HSL218.57º87.5%93.73%-
HSV(B)218.57º11.07%99.22%-
XYZ78.4982.52104.72-
YUV234.06138.69121.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.56%
GREEN value IS 235 (92.19% from 255) = 32.96%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=31.56%
G=32.96%
B=35.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252352530.110.0700.01218.5787.593.73
HexE1EBFDB701db585e
Octal34135337513701333130136
Binary1110000111101011111111011011111011101101110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EBFD; }

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

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

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

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

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

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

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

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