#E5EEFD

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

Shades of Solitude #E5EEFD

Tints of Solitude #E5EEFD

Color information

#E5EEFD (or 0xE5EEFD) is unknown color: approx Solitude. HEX triplet: E5, EE and FD. RGB value is (229,238,253). Sum of RGB (Red+Green+Blue) = 229+238+253=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEFD is #1A1102. Grayscale: #ECECEC. Windows color (decimal): -1708291 or 16641765. OLE color: 16641765.

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

Color convert

RGB229238253-
CMYK0.090.0600.01
HSL217.5º85.71%94.51%-
HSV(B)217.5º9.49%99.22%-
XYZ80.6284.9105.07-
YUV237.02137.02122.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.81%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=31.81%
G=33.06%
B=35.14%

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
Decimal2292382530.090.0600.01217.585.7194.51
HexE5EEFD9601da565f
Octal34535637511601332126137
Binary1110010111101110111111011001110011101101010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EEFD; }

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

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

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

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

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

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

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

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