#EAEDF0

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

Shades of Solitude #EAEDF0

Tints of Solitude #EAEDF0

Color information

#EAEDF0 (or 0xEAEDF0) is unknown color: approx Solitude. HEX triplet: EA, ED and F0. RGB value is (234,237,240). Sum of RGB (Red+Green+Blue) = 234+237+240=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDF0 is #15120F. Grayscale: #ECECEC. Windows color (decimal): -1380880 or 15789546. OLE color: 15789546.

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

Color convert

RGB234237240-
CMYK0.020.0100.06
HSL210º16.67%92.94%-
HSV(B)210º2.5%94.12%-
XYZ79.9484.3594.51-
YUV236.44130.01126.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.91%
GREEN value IS 237 (92.97% from 255) = 33.33%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=32.91%
G=33.33%
B=33.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342372400.020.0100.0621016.6792.94
HexEAEDF02106d2115d
Octal352355360210632221135
Binary111010101110110111110000101011011010010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDF0; }

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

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

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

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

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

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

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

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