#E2EFFE

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

Shades of Solitude #E2EFFE

Tints of Solitude #E2EFFE

Color information

#E2EFFE (or 0xE2EFFE) is unknown color: approx Solitude. HEX triplet: E2, EF and FE. RGB value is (226,239,254). Sum of RGB (Red+Green+Blue) = 226+239+254=719 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.43% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFFE is #1D1001. Grayscale: #ECECEC. Windows color (decimal): -1904642 or 16707554. OLE color: 16707554.

HSL color Cylindrical-coordinate representation of color #E2EFFE: hue angle of 212.14º 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 #E2EFFE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226239254-
CMYK0.110.0600.00
HSL212.14º93.33%94.12%-
HSV(B)212.14º11.02%99.61%-
XYZ80.1285.06105.96-
YUV236.82137.69120.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.43%
GREEN value IS 239 (93.75% from 255) = 33.24%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=31.43%
G=33.24%
B=35.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262392540.110.0600.00212.1493.3394.12
HexE2EFFEB600d45d5e
Octal34235737613600324135136
Binary1110001011101111111111101011110001101010010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EFFE; }

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

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

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

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

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

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

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

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