#E2E9FE

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

Shades of Solitude #E2E9FE

Tints of Solitude #E2E9FE

Color information

#E2E9FE (or 0xE2E9FE) is unknown color: approx Solitude. HEX triplet: E2, E9 and FE. RGB value is (226,233,254). Sum of RGB (Red+Green+Blue) = 226+233+254=713 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.70% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E9FE is #1D1601. Grayscale: #E9E9E9. Windows color (decimal): -1906178 or 16706018. OLE color: 16706018.

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

Color convert

RGB226233254-
CMYK0.110.0800.00
HSL225º93.33%94.12%-
HSV(B)225º11.02%99.61%-
XYZ78.3981.6105.39-
YUV233.3139.68122.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.70%
GREEN value IS 233 (91.41% from 255) = 32.68%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=31.70%
G=32.68%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262332540.110.0800.0022593.3394.12
HexE2E9FEB800e15d5e
Octal342351376131000341135136
Binary11100010111010011111111010111000001110000110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E9FE; }

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

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

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

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

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

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

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

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