#E8EDF4

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

Shades of Solitude #E8EDF4

Tints of Solitude #E8EDF4

Color information

#E8EDF4 (or 0xE8EDF4) is unknown color: approx Solitude. HEX triplet: E8, ED and F4. RGB value is (232,237,244). Sum of RGB (Red+Green+Blue) = 232+237+244=713 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.54% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 244 (95.70% from 255 or 34.22% from 713); Max value from RGB is 244 - color contains mainly: blue. Hex color #E8EDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDF4 is #17120B. Grayscale: #ECECEC. Windows color (decimal): -1511948 or 16051688. OLE color: 16051688.

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

Color convert

RGB232237244-
CMYK0.050.0300.04
HSL215º35.29%93.33%-
HSV(B)215º4.92%95.69%-
XYZ79.8984.2697.64-
YUV236.3132.34124.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.54%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 244 (95.70% from 255) = 34.22%
R=32.54%
G=33.24%
B=34.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2322372440.050.0300.0421535.2993.33
HexE8EDF45304d7235d
Octal350355364530432743135
Binary111010001110110111110100101110100110101111000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDF4; }

 p { color: rgb(232,237,244); }

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

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

 a { background-color: rgb(232,237,244); }

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

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

 span { border-color: rgb(232,237,244); }

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