#E9F0DD

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

Shades of Saltpan #E9F0DD

Tints of Saltpan #E9F0DD

Color information

#E9F0DD (or 0xE9F0DD) is unknown color: approx Saltpan. HEX triplet: E9, F0 and DD. RGB value is (233,240,221). Sum of RGB (Red+Green+Blue) = 233+240+221=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0DD is #160F22. Grayscale: #EBEBEB. Windows color (decimal): -1445667 or 14545129. OLE color: 14545129.

HSL color Cylindrical-coordinate representation of color #E9F0DD: hue angle of 82.11º degrees, saturation: 0.39, 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 #E9F0DD is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB233240221-
CMYK0.0300.080.06
HSL82.11º38.78%90.39%-
HSV(B)82.11º7.92%94.12%-
XYZ77.8284.8680.69-
YUV235.74119.68126.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.57%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 221 (86.72% from 255) = 31.84%
R=33.57%
G=34.58%
B=31.84%

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
Decimal2332402210.0300.080.0682.1138.7890.39
HexE9F0DD308652275a
Octal3513603353010612247132
Binary111010011111000011011101110100011010100101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F0DD; }

 p { color: rgb(233,240,221); }

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

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

 a { background-color: rgb(233,240,221); }

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

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

 span { border-color: rgb(233,240,221); }

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