#EAEEF6

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

Shades of Solitude #EAEEF6

Tints of Solitude #EAEEF6

Color information

#EAEEF6 (or 0xEAEEF6) is unknown color: approx Solitude. HEX triplet: EA, EE and F6. RGB value is (234,238,246). Sum of RGB (Red+Green+Blue) = 234+238+246=718 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.59% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAEEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEF6 is #151109. Grayscale: #EDEDED. Windows color (decimal): -1380618 or 16183018. OLE color: 16183018.

HSL color Cylindrical-coordinate representation of color #EAEEF6: hue angle of 220º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAEEF6 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234238246-
CMYK0.050.0300.04
HSL220º40%94.12%-
HSV(B)220º4.88%96.47%-
XYZ81.1485.399.38-
YUV237.72132.67125.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.59%
GREEN value IS 238 (93.36% from 255) = 33.15%
BLUE value IS 246 (96.48% from 255) = 34.26%
R=32.59%
G=33.15%
B=34.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342382460.050.0300.042204094.12
HexEAEEF65304dc285e
Octal352356366530433450136
Binary111010101110111011110110101110100110111001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEF6; }

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

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

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

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

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

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

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

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