#EFF7DF

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

Shades of Saltpan #EFF7DF

Tints of Saltpan #EFF7DF

Color information

#EFF7DF (or 0xEFF7DF) is unknown color: approx Saltpan. HEX triplet: EF, F7 and DF. RGB value is (239,247,223). Sum of RGB (Red+Green+Blue) = 239+247+223=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 247 (96.88% from 255 or 34.84% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7DF is #100820. Grayscale: #F1F1F1. Windows color (decimal): -1050657 or 14677999. OLE color: 14677999.

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

Color convert

RGB239247223-
CMYK0.0300.100.03
HSL80º60%92.16%-
HSV(B)80º9.72%96.86%-
XYZ82.1890.282.89-
YUV241.87117.35125.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 247 (96.88% from 255) = 34.84%
BLUE value IS 223 (87.5% from 255) = 31.45%
R=33.71%
G=34.84%
B=31.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392472230.0300.100.03806092.16
HexEFF7DF30A3503c5c
Octal3573673373012312074134
Binary11101111111101111101111111010101110100001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF7DF; }

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

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

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

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

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

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

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

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