#E5EBFE

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

Shades of Solitude #E5EBFE

Tints of Solitude #E5EBFE

Color information

#E5EBFE (or 0xE5EBFE) is unknown color: approx Solitude. HEX triplet: E5, EB and FE. RGB value is (229,235,254). Sum of RGB (Red+Green+Blue) = 229+235+254=718 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.89% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EBFE is #1A1401. Grayscale: #EBEBEB. Windows color (decimal): -1709058 or 16706533. OLE color: 16706533.

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

Color convert

RGB229235254-
CMYK0.100.0700.00
HSL225.6º92.59%94.71%-
HSV(B)225.6º9.84%99.61%-
XYZ79.9183.23105.62-
YUV235.37138.51123.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.89%
GREEN value IS 235 (92.19% from 255) = 32.73%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=31.89%
G=32.73%
B=35.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292352540.100.0700.00225.692.5994.71
HexE5EBFEA700e25d5f
Octal34535337612700342135137
Binary1110010111101011111111101010111001110001010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EBFE; }

 p { color: rgb(229,235,254); }

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

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

 a { background-color: rgb(229,235,254); }

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

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

 span { border-color: rgb(229,235,254); }

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