#E2ECFA

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

Shades of Solitude #E2ECFA

Tints of Solitude #E2ECFA

Color information

#E2ECFA (or 0xE2ECFA) is unknown color: approx Solitude. HEX triplet: E2, EC and FA. RGB value is (226,236,250). Sum of RGB (Red+Green+Blue) = 226+236+250=712 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.74% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECFA is #1D1305. Grayscale: #EAEAEA. Windows color (decimal): -1905414 or 16444642. OLE color: 16444642.

HSL color Cylindrical-coordinate representation of color #E2ECFA: hue angle of 215º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2ECFA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226236250-
CMYK0.100.0600.02
HSL215º70.59%93.33%-
HSV(B)215º9.6%98.04%-
XYZ78.6183.06102.33-
YUV234.61136.69121.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.74%
GREEN value IS 236 (92.58% from 255) = 33.15%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=31.74%
G=33.15%
B=35.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262362500.100.0600.0221570.5993.33
HexE2ECFAA602d7475d
Octal34235437212602327107135
Binary11100010111011001111101010101100101101011110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ECFA; }

 p { color: rgb(226,236,250); }

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

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

 a { background-color: rgb(226,236,250); }

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

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

 span { border-color: rgb(226,236,250); }

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