#E2ECF8

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

Shades of Solitude #E2ECF8

Tints of Solitude #E2ECF8

Color information

#E2ECF8 (or 0xE2ECF8) is unknown color: approx Solitude. HEX triplet: E2, EC and F8. RGB value is (226,236,248). Sum of RGB (Red+Green+Blue) = 226+236+248=710 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.83% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECF8 is #1D1307. Grayscale: #EAEAEA. Windows color (decimal): -1905416 or 16313570. OLE color: 16313570.

HSL color Cylindrical-coordinate representation of color #E2ECF8: hue angle of 212.73º 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 #E2ECF8 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB226236248-
CMYK0.090.0500.03
HSL212.73º61.11%92.94%-
HSV(B)212.73º8.87%97.25%-
XYZ78.382.94100.69-
YUV234.38135.69122.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.83%
GREEN value IS 236 (92.58% from 255) = 33.24%
BLUE value IS 248 (97.27% from 255) = 34.93%
R=31.83%
G=33.24%
B=34.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262362480.090.0500.03212.7361.1192.94
HexE2ECF89503d53d5d
Octal3423543701150332575135
Binary1110001011101100111110001001101011110101011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ECF8; }

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

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

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

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

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

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

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

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