#E0EBFF

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

Shades of Solitude #E0EBFF

Tints of Solitude #E0EBFF

Color information

#E0EBFF (or 0xE0EBFF) is unknown color: approx Solitude. HEX triplet: E0, EB and FF. RGB value is (224,235,255). Sum of RGB (Red+Green+Blue) = 224+235+255=714 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.37% from 714); Green value is 235 (92.19% from 255 or 32.91% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EBFF is #1F1400. Grayscale: #E9E9E9. Windows color (decimal): -2036737 or 16772064. OLE color: 16772064.

HSL color Cylindrical-coordinate representation of color #E0EBFF: hue angle of 218.71º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0EBFF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224235255-
CMYK0.120.0800
HSL218.71º100%93.92%-
HSV(B)218.71º12.16%100%-
XYZ78.582.48106.39-
YUV233.99139.86120.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.37%
GREEN value IS 235 (92.19% from 255) = 32.91%
BLUE value IS 255 (100% from 255) = 35.71%
R=31.37%
G=32.91%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242352550.120.0800218.7110093.92
HexE0EBFFC800db645e
Octal340353377141000333144136
Binary11100000111010111111111111001000001101101111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBFF; }

 p { color: rgb(224,235,255); }

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

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

 a { background-color: rgb(224,235,255); }

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

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

 span { border-color: rgb(224,235,255); }

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