#E8EDFA

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

Shades of Solitude #E8EDFA

Tints of Solitude #E8EDFA

Color information

#E8EDFA (or 0xE8EDFA) is unknown color: approx Solitude. HEX triplet: E8, ED and FA. RGB value is (232,237,250). Sum of RGB (Red+Green+Blue) = 232+237+250=719 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.27% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDFA is #171205. Grayscale: #ECECEC. Windows color (decimal): -1511942 or 16444904. OLE color: 16444904.

HSL color Cylindrical-coordinate representation of color #E8EDFA: hue angle of 223.33º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8EDFA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232237250-
CMYK0.070.0500.02
HSL223.33º64.29%94.51%-
HSV(B)223.33º7.2%98.04%-
XYZ80.8284.63102.52-
YUV236.99135.34124.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.27%
GREEN value IS 237 (92.97% from 255) = 32.96%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=32.27%
G=32.96%
B=34.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322372500.070.0500.02223.3364.2994.51
HexE8EDFA7502df405f
Octal3503553727502337100137
Binary1110100011101101111110101111010101101111110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDFA; }

 p { color: rgb(232,237,250); }

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

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

 a { background-color: rgb(232,237,250); }

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

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

 span { border-color: rgb(232,237,250); }

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