#EAEDF9

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

Shades of Solitude #EAEDF9

Tints of Solitude #EAEDF9

Color information

#EAEDF9 (or 0xEAEDF9) is unknown color: approx Solitude. HEX triplet: EA, ED and F9. RGB value is (234,237,249). Sum of RGB (Red+Green+Blue) = 234+237+249=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDF9 is #151206. Grayscale: #EDEDED. Windows color (decimal): -1380871 or 16379370. OLE color: 16379370.

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

Color convert

RGB234237249-
CMYK0.060.0500.02
HSL228º55.56%94.71%-
HSV(B)228º6.02%97.65%-
XYZ81.3184.9101.72-
YUV237.47134.51125.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.5%
GREEN value IS 237 (92.97% from 255) = 32.92%
BLUE value IS 249 (97.66% from 255) = 34.58%
R=32.5%
G=32.92%
B=34.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342372490.060.0500.0222855.5694.71
HexEAEDF96502e4385f
Octal352355371650234470137
Binary111010101110110111111001110101010111001001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDF9; }

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

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

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

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

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

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

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

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