#EEF9DF

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

Shades of Saltpan #EEF9DF

Tints of Saltpan #EEF9DF

Color information

#EEF9DF (or 0xEEF9DF) is unknown color: approx Saltpan. HEX triplet: EE, F9 and DF. RGB value is (238,249,223). Sum of RGB (Red+Green+Blue) = 238+249+223=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9DF is #110620. Grayscale: #F2F2F2. Windows color (decimal): -1115681 or 14678510. OLE color: 14678510.

HSL color Cylindrical-coordinate representation of color #EEF9DF: hue angle of 85.38º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF9DF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB238249223-
CMYK0.0400.100.02
HSL85.38º68.42%92.55%-
HSV(B)85.38º10.44%97.65%-
XYZ82.4591.2683.08-
YUV242.75116.86124.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 249 (97.66% from 255) = 35.07%
BLUE value IS 223 (87.5% from 255) = 31.41%
R=33.52%
G=35.07%
B=31.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492230.0400.100.0285.3868.4292.55
HexEEF9DF40A255445d
Octal35637133740122125104135
Binary1110111011111001110111111000101010101010110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9DF; }

 p { color: rgb(238,249,223); }

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

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

 a { background-color: rgb(238,249,223); }

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

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

 span { border-color: rgb(238,249,223); }

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