#E5EEFF

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

Shades of Solitude #E5EEFF

Tints of Solitude #E5EEFF

Color information

#E5EEFF (or 0xE5EEFF) is unknown color: approx Solitude. HEX triplet: E5, EE and FF. RGB value is (229,238,255). Sum of RGB (Red+Green+Blue) = 229+238+255=722 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.72% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEFF is #1A1100. Grayscale: #EDEDED. Windows color (decimal): -1708289 or 16772837. OLE color: 16772837.

HSL color Cylindrical-coordinate representation of color #E5EEFF: hue angle of 219.23º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5EEFF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229238255-
CMYK0.100.0700
HSL219.23º100%94.9%-
HSV(B)219.23º10.2%100%-
XYZ80.9485.03106.75-
YUV237.25138.02122.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.72%
GREEN value IS 238 (93.36% from 255) = 32.96%
BLUE value IS 255 (100% from 255) = 35.32%
R=31.72%
G=32.96%
B=35.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292382550.100.0700219.2310094.9
HexE5EEFFA700db645f
Octal34535637712700333144137
Binary1110010111101110111111111010111001101101111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EEFF; }

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

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

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

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

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

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

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

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