#E5ECFD

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

Shades of Solitude #E5ECFD

Tints of Solitude #E5ECFD

Color information

#E5ECFD (or 0xE5ECFD) is unknown color: approx Solitude. HEX triplet: E5, EC and FD. RGB value is (229,236,253). Sum of RGB (Red+Green+Blue) = 229+236+253=718 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.89% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5ECFD is #1A1302. Grayscale: #EBEBEB. Windows color (decimal): -1708803 or 16641253. OLE color: 16641253.

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

Color convert

RGB229236253-
CMYK0.090.0700.01
HSL222.5º85.71%94.51%-
HSV(B)222.5º9.49%99.22%-
XYZ80.0483.74104.87-
YUV235.84137.68123.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.89%
GREEN value IS 236 (92.58% from 255) = 32.87%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=31.89%
G=32.87%
B=35.24%

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
Decimal2292362530.090.0700.01222.585.7194.51
HexE5ECFD9701de565f
Octal34535437511701336126137
Binary1110010111101100111111011001111011101111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ECFD; }

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

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

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

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

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

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

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

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