#EFF9DE

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

Shades of Saltpan #EFF9DE

Tints of Saltpan #EFF9DE

Color information

#EFF9DE (or 0xEFF9DE) is unknown color: approx Saltpan. HEX triplet: EF, F9 and DE. RGB value is (239,249,222). Sum of RGB (Red+Green+Blue) = 239+249+222=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9DE is #100621. Grayscale: #F3F3F3. Windows color (decimal): -1050146 or 14612975. OLE color: 14612975.

HSL color Cylindrical-coordinate representation of color #EFF9DE: hue angle of 82.22º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF9DE is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB239249222-
CMYK0.0400.110.02
HSL82.22º69.23%92.35%-
HSV(B)82.22º10.84%97.65%-
XYZ82.6691.3882.39-
YUV242.93116.19125.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 249 (97.66% from 255) = 35.07%
BLUE value IS 222 (87.11% from 255) = 31.27%
R=33.66%
G=35.07%
B=31.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392492220.0400.110.0282.2269.2392.35
HexEFF9DE40B252455c
Octal35737133640132122105134
Binary1110111111111001110111101000101110101001010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9DE; }

 p { color: rgb(239,249,222); }

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

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

 a { background-color: rgb(239,249,222); }

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

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

 span { border-color: rgb(239,249,222); }

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