#E6EDF9

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

Shades of Solitude #E6EDF9

Tints of Solitude #E6EDF9

Color information

#E6EDF9 (or 0xE6EDF9) is unknown color: approx Solitude. HEX triplet: E6, ED and F9. RGB value is (230,237,249). Sum of RGB (Red+Green+Blue) = 230+237+249=716 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.12% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 249 (97.66% from 255 or 34.78% from 716); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6EDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDF9 is #191206. Grayscale: #ECECEC. Windows color (decimal): -1643015 or 16379366. OLE color: 16379366.

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

Color convert

RGB230237249-
CMYK0.080.0500.02
HSL217.89º61.29%93.92%-
HSV(B)217.89º7.63%97.65%-
XYZ80.0284.23101.66-
YUV236.28135.18123.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.12%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 249 (97.66% from 255) = 34.78%
R=32.12%
G=33.10%
B=34.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302372490.080.0500.02217.8961.2993.92
HexE6EDF98502da3d5e
Octal3463553711050233275136
Binary1110011011101101111110011000101010110110101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDF9; }

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

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

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

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

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

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

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

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