#E7EDF9

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

Shades of Solitude #E7EDF9

Tints of Solitude #E7EDF9

Color information

#E7EDF9 (or 0xE7EDF9) is unknown color: approx Solitude. HEX triplet: E7, ED and F9. RGB value is (231,237,249). Sum of RGB (Red+Green+Blue) = 231+237+249=717 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.22% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7EDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDF9 is #181206. Grayscale: #ECECEC. Windows color (decimal): -1577479 or 16379367. OLE color: 16379367.

HSL color Cylindrical-coordinate representation of color #E7EDF9: hue angle of 220º degrees, saturation: 0.6, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7EDF9 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231237249-
CMYK0.070.0500.02
HSL220º60%94.12%-
HSV(B)220º7.23%97.65%-
XYZ80.3484.4101.68-
YUV236.57135.01124.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.22%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 249 (97.66% from 255) = 34.73%
R=32.22%
G=33.05%
B=34.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312372490.070.0500.022206094.12
HexE7EDF97502dc3c5e
Octal347355371750233474136
Binary111001111110110111111001111101010110111001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDF9; }

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

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

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

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

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

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

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

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