#EEF8DE

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

Shades of Saltpan #EEF8DE

Tints of Saltpan #EEF8DE

Color information

#EEF8DE (or 0xEEF8DE) is unknown color: approx Saltpan. HEX triplet: EE, F8 and DE. RGB value is (238,248,222). Sum of RGB (Red+Green+Blue) = 238+248+222=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 222 (87.11% from 255 or 31.36% from 708); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8DE is #110721. Grayscale: #F2F2F2. Windows color (decimal): -1115938 or 14612718. OLE color: 14612718.

HSL color Cylindrical-coordinate representation of color #EEF8DE: hue angle of 83.08º degrees, saturation: 0.65, 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 #EEF8DE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB238248222-
CMYK0.0400.100.03
HSL83.08º65%92.16%-
HSV(B)83.08º10.48%97.25%-
XYZ82.0190.5982.27-
YUV242.05116.69125.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.62%
GREEN value IS 248 (97.27% from 255) = 35.03%
BLUE value IS 222 (87.11% from 255) = 31.36%
R=33.62%
G=35.03%
B=31.36%

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
Decimal2382482220.0400.100.0383.086592.16
HexEEF8DE40A353415c
Octal35637033640123123101134
Binary1110111011111000110111101000101011101001110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8DE; }

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

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

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

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

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

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

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

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