#E1EDFF

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

Shades of Solitude #E1EDFF

Tints of Solitude #E1EDFF

Color information

#E1EDFF (or 0xE1EDFF) is unknown color: approx Solitude. HEX triplet: E1, ED and FF. RGB value is (225,237,255). Sum of RGB (Red+Green+Blue) = 225+237+255=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDFF is #1E1200. Grayscale: #EBEBEB. Windows color (decimal): -1970689 or 16772577. OLE color: 16772577.

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

Color convert

RGB225237255-
CMYK0.120.0700
HSL216º100%94.12%-
HSV(B)216º11.76%100%-
XYZ79.3983.8106.6-
YUV235.46139.02120.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.38%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 255 (100% from 255) = 35.56%
R=31.38%
G=33.05%
B=35.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252372550.120.070021610094.12
HexE1EDFFC700d8645e
Octal34135537714700330144136
Binary1110000111101101111111111100111001101100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDFF; }

 p { color: rgb(225,237,255); }

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

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

 a { background-color: rgb(225,237,255); }

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

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

 span { border-color: rgb(225,237,255); }

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