#E5EFFF

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

Shades of Solitude #E5EFFF

Tints of Solitude #E5EFFF

Color information

#E5EFFF (or 0xE5EFFF) is unknown color: approx Solitude. HEX triplet: E5, EF and FF. RGB value is (229,239,255). Sum of RGB (Red+Green+Blue) = 229+239+255=723 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.67% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFFF is #1A1000. Grayscale: #EDEDED. Windows color (decimal): -1708033 or 16773093. OLE color: 16773093.

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

Color convert

RGB229239255-
CMYK0.100.0600
HSL216.92º100%94.9%-
HSV(B)216.92º10.2%100%-
XYZ81.2385.61106.85-
YUV237.83137.69121.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.67%
GREEN value IS 239 (93.75% from 255) = 33.06%
BLUE value IS 255 (100% from 255) = 35.27%
R=31.67%
G=33.06%
B=35.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292392550.100.0600216.9210094.9
HexE5EFFFA600d9645f
Octal34535737712600331144137
Binary1110010111101111111111111010110001101100111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EFFF; }

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

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

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

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

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

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

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

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