#E7EAEF

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

Shades of Solitude #E7EAEF

Tints of Solitude #E7EAEF

Color information

#E7EAEF (or 0xE7EAEF) is unknown color: approx Solitude. HEX triplet: E7, EA and EF. RGB value is (231,234,239). Sum of RGB (Red+Green+Blue) = 231+234+239=704 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.81% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7EAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EAEF is #181510. Grayscale: #E9E9E9. Windows color (decimal): -1578257 or 15723239. OLE color: 15723239.

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

Color convert

RGB231234239-
CMYK0.030.0200.06
HSL217.5º20%92.16%-
HSV(B)217.5º3.35%93.73%-
XYZ77.9682.0793.39-
YUV233.67131.01126.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.81%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 239 (93.75% from 255) = 33.95%
R=32.81%
G=33.24%
B=33.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312342390.030.0200.06217.52092.16
HexE7EAEF3206da145c
Octal347352357320633224134
Binary1110011111101010111011111110011011011010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EAEF; }

 p { color: rgb(231,234,239); }

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

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

 a { background-color: rgb(231,234,239); }

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

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

 span { border-color: rgb(231,234,239); }

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