#E2E9F8

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

Shades of Solitude #E2E9F8

Tints of Solitude #E2E9F8

Color information

#E2E9F8 (or 0xE2E9F8) is unknown color: approx Solitude. HEX triplet: E2, E9 and F8. RGB value is (226,233,248). Sum of RGB (Red+Green+Blue) = 226+233+248=707 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.97% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2E9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E9F8 is #1D1607. Grayscale: #E8E8E8. Windows color (decimal): -1906184 or 16312802. OLE color: 16312802.

HSL color Cylindrical-coordinate representation of color #E2E9F8: hue angle of 220.91º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2E9F8 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB226233248-
CMYK0.090.0600.03
HSL220.91º61.11%92.94%-
HSV(B)220.91º8.87%97.25%-
XYZ77.4581.22100.4-
YUV232.62136.68123.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.97%
GREEN value IS 233 (91.41% from 255) = 32.96%
BLUE value IS 248 (97.27% from 255) = 35.08%
R=31.97%
G=32.96%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262332480.090.0600.03220.9161.1192.94
HexE2E9F89603dd3d5d
Octal3423513701160333575135
Binary1110001011101001111110001001110011110111011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E9F8; }

 p { color: rgb(226,233,248); }

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

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

 a { background-color: rgb(226,233,248); }

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

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

 span { border-color: rgb(226,233,248); }

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