#EAEEF2

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

Shades of Solitude #EAEEF2

Tints of Solitude #EAEEF2

Color information

#EAEEF2 (or 0xEAEEF2) is unknown color: approx Solitude. HEX triplet: EA, EE and F2. RGB value is (234,238,242). Sum of RGB (Red+Green+Blue) = 234+238+242=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEF2 is #15110D. Grayscale: #EDEDED. Windows color (decimal): -1380622 or 15920874. OLE color: 15920874.

HSL color Cylindrical-coordinate representation of color #EAEEF2: hue angle of 210º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEEF2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234238242-
CMYK0.030.0200.05
HSL210º23.53%93.33%-
HSV(B)210º3.31%94.9%-
XYZ80.5385.0596.18-
YUV237.26130.67125.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.77%
GREEN value IS 238 (93.36% from 255) = 33.33%
BLUE value IS 242 (94.92% from 255) = 33.89%
R=32.77%
G=33.33%
B=33.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342382420.030.0200.0521023.5393.33
HexEAEEF23205d2185d
Octal352356362320532230135
Binary1110101011101110111100101110010111010010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEF2; }

 p { color: rgb(234,238,242); }

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

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

 a { background-color: rgb(234,238,242); }

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

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

 span { border-color: rgb(234,238,242); }

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