#E9EFDF

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

Shades of Saltpan #E9EFDF

Tints of Saltpan #E9EFDF

Color information

#E9EFDF (or 0xE9EFDF) is unknown color: approx Saltpan. HEX triplet: E9, EF and DF. RGB value is (233,239,223). Sum of RGB (Red+Green+Blue) = 233+239+223=695 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.53% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 239 - color contains mainly: green. Hex color #E9EFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EFDF is #161020. Grayscale: #EBEBEB. Windows color (decimal): -1445921 or 14675945. OLE color: 14675945.

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

Color convert

RGB233239223-
CMYK0.0300.070.06
HSL82.5º33.33%90.59%-
HSV(B)82.5º6.69%93.73%-
XYZ77.7984.3882-
YUV235.38121.01126.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.53%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 223 (87.5% from 255) = 32.09%
R=33.53%
G=34.39%
B=32.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332392230.0300.070.0682.533.3390.59
HexE9EFDF307652215b
Octal351357337307612241133
Binary11101001111011111101111111011111010100101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EFDF; }

 p { color: rgb(233,239,223); }

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

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

 a { background-color: rgb(233,239,223); }

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

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

 span { border-color: rgb(233,239,223); }

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