#E3EDF6

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

Shades of Solitude #E3EDF6

Tints of Solitude #E3EDF6

Color information

#E3EDF6 (or 0xE3EDF6) is unknown color: approx Solitude. HEX triplet: E3, ED and F6. RGB value is (227,237,246). Sum of RGB (Red+Green+Blue) = 227+237+246=710 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.97% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 246 (96.48% from 255 or 34.65% from 710); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3EDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDF6 is #1C1209. Grayscale: #EAEAEA. Windows color (decimal): -1839626 or 16182755. OLE color: 16182755.

HSL color Cylindrical-coordinate representation of color #E3EDF6: hue angle of 208.42º degrees, saturation: 0.51, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3EDF6 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB227237246-
CMYK0.080.0400.04
HSL208.42º51.35%92.75%-
HSV(B)208.42º7.72%96.47%-
XYZ78.683.5599.17-
YUV235.04134.19122.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.97%
GREEN value IS 237 (92.97% from 255) = 33.38%
BLUE value IS 246 (96.48% from 255) = 34.65%
R=31.97%
G=33.38%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2272372460.080.0400.04208.4251.3592.75
HexE3EDF68404d0335d
Octal3433553661040432063135
Binary11100011111011011111011010001000100110100001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EDF6; }

 p { color: rgb(227,237,246); }

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

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

 a { background-color: rgb(227,237,246); }

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

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

 span { border-color: rgb(227,237,246); }

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