#EAEEF9

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

Shades of Solitude #EAEEF9

Tints of Solitude #EAEEF9

Color information

#EAEEF9 (or 0xEAEEF9) is unknown color: approx Solitude. HEX triplet: EA, EE and F9. RGB value is (234,238,249). Sum of RGB (Red+Green+Blue) = 234+238+249=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAEEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEF9 is #151106. Grayscale: #EEEEEE. Windows color (decimal): -1380615 or 16379626. OLE color: 16379626.

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

Color convert

RGB234238249-
CMYK0.060.0400.02
HSL224º55.56%94.71%-
HSV(B)224º6.02%97.65%-
XYZ81.6185.48101.82-
YUV238.06134.17125.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.45%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=32.45%
G=33.01%
B=34.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342382490.060.0400.0222455.5694.71
HexEAEEF96402e0385f
Octal352356371640234070137
Binary111010101110111011111001110100010111000001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEF9; }

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

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

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

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

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

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

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

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