#E5EDFC

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

Shades of Solitude #E5EDFC

Tints of Solitude #E5EDFC

Color information

#E5EDFC (or 0xE5EDFC) is unknown color: approx Solitude. HEX triplet: E5, ED and FC. RGB value is (229,237,252). Sum of RGB (Red+Green+Blue) = 229+237+252=718 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.89% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDFC is #1A1203. Grayscale: #ECECEC. Windows color (decimal): -1708548 or 16575973. OLE color: 16575973.

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

Color convert

RGB229237252-
CMYK0.090.0600.01
HSL219.13º79.31%94.31%-
HSV(B)219.13º9.13%98.82%-
XYZ80.1784.25104.13-
YUV236.32136.85122.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.89%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 252 (98.83% from 255) = 35.10%
R=31.89%
G=33.01%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292372520.090.0600.01219.1379.3194.31
HexE5EDFC9601db4f5e
Octal34535537411601333117136
Binary1110010111101101111111001001110011101101110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDFC; }

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

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

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

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

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

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

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

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