#EEF8DF

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

Shades of Saltpan #EEF8DF

Tints of Saltpan #EEF8DF

Color information

#EEF8DF (or 0xEEF8DF) is unknown color: approx Saltpan. HEX triplet: EE, F8 and DF. RGB value is (238,248,223). Sum of RGB (Red+Green+Blue) = 238+248+223=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 248 (97.27% from 255 or 34.98% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8DF is #110720. Grayscale: #F2F2F2. Windows color (decimal): -1115937 or 14678254. OLE color: 14678254.

HSL color Cylindrical-coordinate representation of color #EEF8DF: hue angle of 84º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF8DF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB238248223-
CMYK0.0400.100.03
HSL84º64.1%92.35%-
HSV(B)84º10.08%97.25%-
XYZ82.1590.6482.98-
YUV242.16117.19125.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 248 (97.27% from 255) = 34.98%
BLUE value IS 223 (87.5% from 255) = 31.45%
R=33.57%
G=34.98%
B=31.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382482230.0400.100.038464.192.35
HexEEF8DF40A354405c
Octal35637033740123124100134
Binary1110111011111000110111111000101011101010010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8DF; }

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

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

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

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

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

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

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

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