#E5EBFD

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

Shades of Solitude #E5EBFD

Tints of Solitude #E5EBFD

Color information

#E5EBFD (or 0xE5EBFD) is unknown color: approx Solitude. HEX triplet: E5, EB and FD. RGB value is (229,235,253). Sum of RGB (Red+Green+Blue) = 229+235+253=717 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.94% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EBFD is #1A1402. Grayscale: #EBEBEB. Windows color (decimal): -1709059 or 16640997. OLE color: 16640997.

HSL color Cylindrical-coordinate representation of color #E5EBFD: hue angle of 225º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5EBFD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229235253-
CMYK0.090.0700.01
HSL225º85.71%94.51%-
HSV(B)225º9.49%99.22%-
XYZ79.7583.17104.78-
YUV235.26138.01123.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.94%
GREEN value IS 235 (92.19% from 255) = 32.78%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=31.94%
G=32.78%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292352530.090.0700.0122585.7194.51
HexE5EBFD9701e1565f
Octal34535337511701341126137
Binary1110010111101011111111011001111011110000110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EBFD; }

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

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

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

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

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

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

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

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