#E6EDF7

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

Shades of Solitude #E6EDF7

Tints of Solitude #E6EDF7

Color information

#E6EDF7 (or 0xE6EDF7) is unknown color: approx Solitude. HEX triplet: E6, ED and F7. RGB value is (230,237,247). Sum of RGB (Red+Green+Blue) = 230+237+247=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 247 (96.88% from 255 or 34.59% from 714); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6EDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDF7 is #191208. Grayscale: #ECECEC. Windows color (decimal): -1643017 or 16248294. OLE color: 16248294.

HSL color Cylindrical-coordinate representation of color #E6EDF7: hue angle of 215.29º degrees, saturation: 0.52, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6EDF7 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB230237247-
CMYK0.070.0400.03
HSL215.29º51.52%93.53%-
HSV(B)215.29º6.88%96.86%-
XYZ79.7184.11100.03-
YUV236.05134.18123.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.21%
GREEN value IS 237 (92.97% from 255) = 33.19%
BLUE value IS 247 (96.88% from 255) = 34.59%
R=32.21%
G=33.19%
B=34.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2302372470.070.0400.03215.2951.5293.53
HexE6EDF77403d7345e
Octal346355367740332764136
Binary111001101110110111110111111100011110101111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDF7; }

 p { color: rgb(230,237,247); }

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

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

 a { background-color: rgb(230,237,247); }

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

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

 span { border-color: rgb(230,237,247); }

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