#EFF4DF

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

Shades of Saltpan #EFF4DF

Tints of Saltpan #EFF4DF

Color information

#EFF4DF (or 0xEFF4DF) is unknown color: approx Saltpan. HEX triplet: EF, F4 and DF. RGB value is (239,244,223). Sum of RGB (Red+Green+Blue) = 239+244+223=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 244 (95.70% from 255 or 34.56% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4DF is #100B20. Grayscale: #F0F0F0. Windows color (decimal): -1051425 or 14677231. OLE color: 14677231.

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

Color convert

RGB239244223-
CMYK0.0200.090.04
HSL74.29º48.84%91.57%-
HSV(B)74.29º8.61%95.69%-
XYZ81.2788.3882.59-
YUV240.11118.34127.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 244 (95.70% from 255) = 34.56%
BLUE value IS 223 (87.5% from 255) = 31.59%
R=33.85%
G=34.56%
B=31.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392442230.0200.090.0474.2948.8491.57
HexEFF4DF20944a315c
Octal3573643372011411261134
Binary111011111111010011011111100100110010010101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF4DF; }

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

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

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

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

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

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

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

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