#E5EEFC

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

Shades of Solitude #E5EEFC

Tints of Solitude #E5EEFC

Color information

#E5EEFC (or 0xE5EEFC) is unknown color: approx Solitude. HEX triplet: E5, EE and FC. RGB value is (229,238,252). Sum of RGB (Red+Green+Blue) = 229+238+252=719 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.85% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEFC is #1A1103. Grayscale: #ECECEC. Windows color (decimal): -1708292 or 16576229. OLE color: 16576229.

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

Color convert

RGB229238252-
CMYK0.090.0600.01
HSL216.52º79.31%94.31%-
HSV(B)216.52º9.13%98.82%-
XYZ80.4684.84104.23-
YUV236.9136.52122.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.85%
GREEN value IS 238 (93.36% from 255) = 33.10%
BLUE value IS 252 (98.83% from 255) = 35.05%
R=31.85%
G=33.10%
B=35.05%

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
Decimal2292382520.090.0600.01216.5279.3194.31
HexE5EEFC9601d94f5e
Octal34535637411601331117136
Binary1110010111101110111111001001110011101100110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EEFC; }

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

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

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

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

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

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

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

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