#E8F1DC

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

Shades of Saltpan #E8F1DC

Tints of Saltpan #E8F1DC

Color information

#E8F1DC (or 0xE8F1DC) is unknown color: approx Saltpan. HEX triplet: E8, F1 and DC. RGB value is (232,241,220). Sum of RGB (Red+Green+Blue) = 232+241+220=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F1DC is #170E23. Grayscale: #EBEBEB. Windows color (decimal): -1510948 or 14479848. OLE color: 14479848.

HSL color Cylindrical-coordinate representation of color #E8F1DC: hue angle of 85.71º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8F1DC is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB232241220-
CMYK0.0400.090.05
HSL85.71º42.86%90.39%-
HSV(B)85.71º8.71%94.51%-
XYZ77.6585.2380.07-
YUV235.92119.02125.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.48%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 220 (86.33% from 255) = 31.75%
R=33.48%
G=34.78%
B=31.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322412200.0400.090.0585.7142.8690.39
HexE8F1DC4095562b5a
Octal3503613344011512653132
Binary1110100011110001110111001000100110110101101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F1DC; }

 p { color: rgb(232,241,220); }

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

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

 a { background-color: rgb(232,241,220); }

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

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

 span { border-color: rgb(232,241,220); }

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