#EAEBF0

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

Shades of Solitude #EAEBF0

Tints of Solitude #EAEBF0

Color information

#EAEBF0 (or 0xEAEBF0) is unknown color: approx Solitude. HEX triplet: EA, EB and F0. RGB value is (234,235,240). Sum of RGB (Red+Green+Blue) = 234+235+240=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAEBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBF0 is #15140F. Grayscale: #EBEBEB. Windows color (decimal): -1381392 or 15789034. OLE color: 15789034.

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

Color convert

RGB234235240-
CMYK0.020.0200.06
HSL230º16.67%92.94%-
HSV(B)230º2.5%94.12%-
XYZ79.3783.294.31-
YUV235.27130.67127.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.00%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=33.00%
G=33.15%
B=33.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342352400.020.0200.0623016.6792.94
HexEAEBF02206e6115d
Octal352353360220634621135
Binary1110101011101011111100001010011011100110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBF0; }

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

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

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

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

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

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

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

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