#E5EBFC

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

Shades of Solitude #E5EBFC

Tints of Solitude #E5EBFC

Color information

#E5EBFC (or 0xE5EBFC) is unknown color: approx Solitude. HEX triplet: E5, EB and FC. RGB value is (229,235,252). Sum of RGB (Red+Green+Blue) = 229+235+252=716 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.98% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EBFC is #1A1403. Grayscale: #EBEBEB. Windows color (decimal): -1709060 or 16575461. OLE color: 16575461.

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

Color convert

RGB229235252-
CMYK0.090.0700.01
HSL224.35º79.31%94.31%-
HSV(B)224.35º9.13%98.82%-
XYZ79.5983.1103.94-
YUV235.14137.51123.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.98%
GREEN value IS 235 (92.19% from 255) = 32.82%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=31.98%
G=32.82%
B=35.20%

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
Decimal2292352520.090.0700.01224.3579.3194.31
HexE5EBFC9701e04f5e
Octal34535337411701340117136
Binary1110010111101011111111001001111011110000010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EBFC; }

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

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

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

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

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

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

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

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