#E7EFDC

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

Shades of Saltpan #E7EFDC

Tints of Saltpan #E7EFDC

Color information

#E7EFDC (or 0xE7EFDC) is unknown color: approx Saltpan. HEX triplet: E7, EF and DC. RGB value is (231,239,220). Sum of RGB (Red+Green+Blue) = 231+239+220=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #E7EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EFDC is #181023. Grayscale: #EAEAEA. Windows color (decimal): -1576996 or 14479335. OLE color: 14479335.

HSL color Cylindrical-coordinate representation of color #E7EFDC: hue angle of 85.26º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7EFDC is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB231239220-
CMYK0.0300.080.06
HSL85.26º37.25%90%-
HSV(B)85.26º7.95%93.73%-
XYZ76.7483.8979.86-
YUV234.44119.85125.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.48%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=33.48%
G=34.64%
B=31.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312392200.0300.080.0685.2637.2590
HexE7EFDC308655255a
Octal3473573343010612545132
Binary111001111110111111011100110100011010101011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EFDC; }

 p { color: rgb(231,239,220); }

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

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

 a { background-color: rgb(231,239,220); }

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

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

 span { border-color: rgb(231,239,220); }

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