#EFF9DF

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

Shades of Saltpan #EFF9DF

Tints of Saltpan #EFF9DF

Color information

#EFF9DF (or 0xEFF9DF) is unknown color: approx Saltpan. HEX triplet: EF, F9 and DF. RGB value is (239,249,223). Sum of RGB (Red+Green+Blue) = 239+249+223=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 249 (97.66% from 255 or 35.02% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9DF is #100620. Grayscale: #F3F3F3. Windows color (decimal): -1050145 or 14678511. OLE color: 14678511.

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

Color convert

RGB239249223-
CMYK0.0400.100.02
HSL83.08º68.42%92.55%-
HSV(B)83.08º10.44%97.65%-
XYZ82.7991.4383.1-
YUV243.05116.69125.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 249 (97.66% from 255) = 35.02%
BLUE value IS 223 (87.5% from 255) = 31.36%
R=33.61%
G=35.02%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2392492230.0400.100.0283.0868.4292.55
HexEFF9DF40A253445d
Octal35737133740122123104135
Binary1110111111111001110111111000101010101001110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9DF; }

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

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

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

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

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

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

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

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