#EAEEF8

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

Shades of Solitude #EAEEF8

Tints of Solitude #EAEEF8

Color information

#EAEEF8 (or 0xEAEEF8) is unknown color: approx Solitude. HEX triplet: EA, EE and F8. RGB value is (234,238,248). Sum of RGB (Red+Green+Blue) = 234+238+248=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAEEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEF8 is #151107. Grayscale: #EDEDED. Windows color (decimal): -1380616 or 16314090. OLE color: 16314090.

HSL color Cylindrical-coordinate representation of color #EAEEF8: hue angle of 222.86º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAEEF8 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234238248-
CMYK0.060.0400.03
HSL222.86º50%94.51%-
HSV(B)222.86º5.65%97.25%-
XYZ81.4585.42101-
YUV237.94133.67125.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.5%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 248 (97.27% from 255) = 34.44%
R=32.5%
G=33.06%
B=34.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342382480.060.0400.03222.865094.51
HexEAEEF86403df325f
Octal352356370640333762137
Binary111010101110111011111000110100011110111111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEF8; }

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

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

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

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

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

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

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

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