#EEF3DE

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

Shades of Saltpan #EEF3DE

Tints of Saltpan #EEF3DE

Color information

#EEF3DE (or 0xEEF3DE) is unknown color: approx Saltpan. HEX triplet: EE, F3 and DE. RGB value is (238,243,222). Sum of RGB (Red+Green+Blue) = 238+243+222=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3DE is #110C21. Grayscale: #EFEFEF. Windows color (decimal): -1117218 or 14611438. OLE color: 14611438.

HSL color Cylindrical-coordinate representation of color #EEF3DE: hue angle of 74.29º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF3DE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB238243222-
CMYK0.0200.090.05
HSL74.29º46.67%91.18%-
HSV(B)74.29º8.64%95.29%-
XYZ80.587.5581.76-
YUV239.11118.34127.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 243 (95.31% from 255) = 34.57%
BLUE value IS 222 (87.11% from 255) = 31.58%
R=33.85%
G=34.57%
B=31.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382432220.0200.090.0574.2946.6791.18
HexEEF3DE20954a2f5b
Octal3563633362011511257133
Binary111011101111001111011110100100110110010101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF3DE; }

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

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

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

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

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

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

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

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