#EAEDF6

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

Shades of Solitude #EAEDF6

Tints of Solitude #EAEDF6

Color information

#EAEDF6 (or 0xEAEDF6) is unknown color: approx Solitude. HEX triplet: EA, ED and F6. RGB value is (234,237,246). Sum of RGB (Red+Green+Blue) = 234+237+246=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAEDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDF6 is #151209. Grayscale: #EDEDED. Windows color (decimal): -1380874 or 16182762. OLE color: 16182762.

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

Color convert

RGB234237246-
CMYK0.050.0400.04
HSL225º40%94.12%-
HSV(B)225º4.88%96.47%-
XYZ80.8584.7199.28-
YUV237.13133.01125.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 246 (96.48% from 255) = 34.31%
R=32.64%
G=33.05%
B=34.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342372460.050.0400.042254094.12
HexEAEDF65404e1285e
Octal352355366540434150136
Binary1110101011101101111101101011000100111000011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDF6; }

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

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

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

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

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

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

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

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