#E0E8FF

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

Shades of Solitude #E0E8FF

Tints of Solitude #E0E8FF

Color information

#E0E8FF (or 0xE0E8FF) is unknown color: approx Solitude. HEX triplet: E0, E8 and FF. RGB value is (224,232,255). Sum of RGB (Red+Green+Blue) = 224+232+255=711 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.50% from 711); Green value is 232 (91.02% from 255 or 32.63% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E8FF is #1F1700. Grayscale: #E8E8E8. Windows color (decimal): -2037505 or 16771296. OLE color: 16771296.

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

Color convert

RGB224232255-
CMYK0.120.0900
HSL224.52º100%93.92%-
HSV(B)224.52º12.16%100%-
XYZ77.6580.78106.11-
YUV232.23140.85122.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.50%
GREEN value IS 232 (91.02% from 255) = 32.63%
BLUE value IS 255 (100% from 255) = 35.86%
R=31.50%
G=32.63%
B=35.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242322550.120.0900224.5210093.92
HexE0E8FFC900e1645e
Octal340350377141100341144136
Binary11100000111010001111111111001001001110000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E8FF; }

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

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

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

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

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

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

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

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